/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | CachedSyntheticPasswordTests.java | 72 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testSyntheticPasswordClearCredentialUntrusted() local 93 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testSyntheticPasswordChangeCredentialUntrusted() local 139 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testUntrustedCredentialChangeBlockedIfSpNotCached() local
|
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()
|
D | MockSyntheticPasswordManager.java | 64 long sid = buffer.getLong(); in decryptSPBlob() local 75 protected byte[] createSPBlob(String blobKeyName, byte[] data, byte[] applicationId, long sid) { in createSPBlob()
|
D | LockSettingsServiceTests.java | 101 final long sid = 1234; in testChangePasswordFailPrimaryUser() local 482 final long sid = 1234; in testChangeCredentials() local 489 private void assertVerifyCredentials(int userId, String credential, int type, long sid) in assertVerifyCredentials() 519 private void initializeStorageWithCredential(int userId, String credential, int type, long sid) in initializeStorageWithCredential()
|
D | SyntheticPasswordTests.java | 121 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testSyntheticPasswordChangeCredential() local 151 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testSyntheticPasswordClearCredential() local
|
/frameworks/native/cmds/servicemanager/ |
D | Access.h | 38 std::string sid; member
|
/frameworks/base/services/core/jni/ |
D | com_android_server_locksettings_SyntheticPasswordManager.cpp | 39 jlong sid = handle->user_id; in android_server_SyntheticPasswordManager_nativeSidFromPasswordHandle() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 95 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat, in CellIdentityCdma() 221 int sid = mSystemId != CellInfo.UNAVAILABLE ? mSystemId : -1; in asCellLocation() local
|
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | HbpcdUtils.java | 42 public int getMcc(int sid, int tz, int DSTflag, boolean isNitzTimeZone) { in getMcc()
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | KeymasterUtils.java | 178 long sid; in addUserAuthArgs() local
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SyntheticPasswordManager.java | 638 final long sid; in createPasswordBasedSyntheticPassword() local 829 byte[] applicationId, long sid, int userId) { in createSyntheticPasswordBlob() 872 final long sid; in unwrapPasswordBasedSyntheticPassword() local 979 byte[] applicationId, long sid, int userId) { in unwrapSyntheticPasswordBlob() 1140 protected byte[] createSPBlob(String blobKeyName, byte[] data, byte[] applicationId, long sid) { in createSPBlob()
|
D | SyntheticPasswordCrypto.java | 156 public static byte[] createBlob(String keyAlias, byte[] data, byte[] applicationId, long sid) { in createBlob()
|
/frameworks/av/media/libmediaplayerservice/tests/ |
D | DrmSessionManager_test.cpp | 200 const std::vector<uint8_t> sid{1, 3, 5}; in TEST_F() local
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | DrmPlugin.cpp | 599 std::vector<uint8_t> sid = toVector(sessionId); in getSecurityLevel() local 630 std::vector<uint8_t> sid = toVector(sessionId); in setSecurityLevel() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | RuimRecords.java | 441 int sid = ((data[1] & 0xFF) << 8) | (data[0] & 0xFF); in onRecordLoaded() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 1726 private boolean isHomeSid(int sid) { in isHomeSid() 1812 String[] sid = sidStr.split(","); in parseSidNid() local 3465 int sid = mSS.getCdmaSystemId(); in pollStateDone() local 3792 private boolean isInHomeSidNid(int sid, int nid) { in isInHomeSidNid() 3839 private String fixUnknownMcc(String operatorNumeric, int sid) { in fixUnknownMcc()
|
/frameworks/native/libs/binder/ndk/tests/ |
D | libbinder_ndk_unit_test.cpp | 63 const char* sid = AIBinder_getCallingSid(); in getsRequestedSid() local
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 810 native long rsnScriptKernelIDCreate(long con, long sid, int slot, int sig, boolean mUseInc); in rsnScriptKernelIDCreate() 811 synchronized long nScriptKernelIDCreate(long sid, int slot, int sig, boolean mUseInc) { in nScriptKernelIDCreate() 820 native long rsnScriptInvokeIDCreate(long con, long sid, int slot); in rsnScriptInvokeIDCreate() 821 synchronized long nScriptInvokeIDCreate(long sid, int slot) { in nScriptInvokeIDCreate() 826 native long rsnScriptFieldIDCreate(long con, long sid, int slot, boolean mUseInc); in rsnScriptFieldIDCreate() 827 synchronized long nScriptFieldIDCreate(long sid, int slot, boolean mUseInc) { in nScriptFieldIDCreate()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 860 native long rsnScriptKernelIDCreate(long con, long sid, int slot, int sig); in rsnScriptKernelIDCreate() 861 synchronized long nScriptKernelIDCreate(long sid, int slot, int sig) { in nScriptKernelIDCreate() 866 native long rsnScriptInvokeIDCreate(long con, long sid, int slot); in rsnScriptInvokeIDCreate() 867 synchronized long nScriptInvokeIDCreate(long sid, int slot) { in nScriptInvokeIDCreate() 872 native long rsnScriptFieldIDCreate(long con, long sid, int slot); in rsnScriptFieldIDCreate() 873 synchronized long nScriptFieldIDCreate(long sid, int slot) { in nScriptFieldIDCreate()
|
/frameworks/rs/ |
D | rsApiStubs.cpp | 567 extern "C" RsScriptKernelID rsScriptKernelIDCreate (RsContext ctxWrapper, RsScript sid, int slot, i… in rsScriptKernelIDCreate() 572 extern "C" RsScriptFieldID rsScriptFieldIDCreate (RsContext ctxWrapper, RsScript sid, int slot) in rsScriptFieldIDCreate()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1913 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig, jbool… in nScriptKernelIDCreate() 1927 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptInvokeIDCreate() 1935 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jboolean mUseInc) in nScriptFieldIDCreate()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2269 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig) in nScriptKernelIDCreate() 2279 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptInvokeIDCreate() 2289 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptFieldIDCreate()
|