/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | FakeGateKeeperService.java | 34 public long sid; field in FakeGateKeeperService.VerifyHandle 36 public VerifyHandle(byte[] password, long sid) { in VerifyHandle() 62 public long sid; field in FakeGateKeeperService.AuthToken 64 public AuthToken(long challenge, long sid) { in AuthToken() 152 public AuthToken getAuthTokenForSid(long sid) { in getAuthTokenForSid() 188 private void refreshSid(int uid, long sid, boolean force) { in refreshSid()
|
H A D | MockSyntheticPasswordManager.java | 65 long sid = buffer.getLong(); in decryptSpBlob() local 77 long sid) { in createSpBlob()
|
H A D | SyntheticPasswordTests.java | 176 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testChangeCredential() local 203 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testClearCredential() local
|
/aosp14/system/core/gatekeeperd/ |
H A D | gatekeeperd.cpp | 93 void store_sid(uint32_t userId, uint64_t sid) { in store_sid() 136 void maybe_store_sid(uint32_t userId, uint64_t sid) { in maybe_store_sid() 146 uint64_t sid; in read_sid() local 417 Status getSecureUserId(int32_t userId, int64_t* sid) override { in getSecureUserId()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_locksettings_SyntheticPasswordManager.cpp | 39 jlong sid = handle->user_id; in android_server_SyntheticPasswordManager_nativeSidFromPasswordHandle() local
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentityCdma.java | 100 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat, in CellIdentityCdma() 215 int sid = mSystemId != CellInfo.UNAVAILABLE ? mSystemId : -1; in asCellLocation() local
|
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | HbpcdUtils.java | 42 public int getMcc(int sid, int tz, int DSTflag, boolean isNitzTimeZone) { in getMcc()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | SyntheticPasswordCrypto.java | 202 long sid) { in createBlob()
|
H A D | SyntheticPasswordManager.java | 953 long sid = GateKeeper.INVALID_SECURE_USER_ID; in createLskfBasedProtector() local 1282 SyntheticPassword sp, byte[] protectorSecret, long sid, int userId) { in createSyntheticPasswordBlob() 1343 long sid = GateKeeper.INVALID_SECURE_USER_ID; in unlockLskfBasedProtector() local 1553 byte expectedProtectorType, byte[] protectorSecret, long sid, int userId) { in unwrapSyntheticPasswordBlob() 1829 long sid) { in createSpBlob()
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 854 native long rsnScriptKernelIDCreate(long con, long sid, int slot, int sig); in rsnScriptKernelIDCreate() 855 synchronized long nScriptKernelIDCreate(long sid, int slot, int sig) { in nScriptKernelIDCreate() 860 native long rsnScriptInvokeIDCreate(long con, long sid, int slot); in rsnScriptInvokeIDCreate() 861 synchronized long nScriptInvokeIDCreate(long sid, int slot) { in nScriptInvokeIDCreate() 866 native long rsnScriptFieldIDCreate(long con, long sid, int slot); in rsnScriptFieldIDCreate() 867 synchronized long nScriptFieldIDCreate(long sid, int slot) { in nScriptFieldIDCreate()
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 2264 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig) in nScriptKernelIDCreate() 2274 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptInvokeIDCreate() 2284 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptFieldIDCreate()
|