Home
last modified time | relevance | path

Searched defs:sid (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DCachedSyntheticPasswordTests.java66 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testSyntheticPasswordClearCredentialUntrusted() local
86 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testSyntheticPasswordChangeCredentialUntrusted() local
130 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testUntrustedCredentialChangeBlockedIfSpNotCached() local
DFakeGateKeeperService.java34 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()
DSyntheticPasswordTests.java111 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testPasswordMigration() local
143 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testSyntheticPasswordChangeCredential() local
171 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testSyntheticPasswordClearCredential() local
DMockSyntheticPasswordManager.java64 long sid = buffer.getLong(); in decryptSPBlob() local
75 protected byte[] createSPBlob(String blobKeyName, byte[] data, byte[] applicationId, long sid) { in createSPBlob()
DLockSettingsServiceTests.java94 final long sid = 1234; in testChangePasswordFailPrimaryUser() local
462 final long sid = 1234; in testChangeCredentials() local
469 private void assertVerifyCredentials(int userId, String credential, int type, long sid) in assertVerifyCredentials()
499 private void initializeStorageWithCredential(int userId, String credential, int type, long sid) in initializeStorageWithCredential()
/frameworks/native/cmds/servicemanager/
Dservice_manager.c64 static bool check_mac_perms(pid_t spid, const char* sid, uid_t uid, const char *tctx, const char *p… in check_mac_perms()
91 static bool check_mac_perms_from_getcon(pid_t spid, const char* sid, uid_t uid, const char *perm) in check_mac_perms_from_getcon()
96 static bool check_mac_perms_from_lookup(pid_t spid, const char* sid, uid_t uid, const char *perm, c… in check_mac_perms_from_lookup()
116 static int svc_can_register(const uint16_t *name, size_t name_len, pid_t spid, const char* sid, uid… in svc_can_register()
127 static int svc_can_list(pid_t spid, const char* sid, uid_t uid) in svc_can_list()
133 static int svc_can_find(const uint16_t *name, size_t name_len, pid_t spid, const char* sid, uid_t u… in svc_can_find()
182 uint32_t do_find_service(const uint16_t *s, size_t len, uid_t uid, pid_t spid, const char* sid) in do_find_service()
207 … uid_t uid, int allow_isolated, uint32_t dumpsys_priority, pid_t spid, const char* sid) { in do_add_service()
/frameworks/base/services/core/jni/
Dcom_android_server_locksettings_SyntheticPasswordManager.cpp39 jlong sid = handle->user_id; in android_server_SyntheticPasswordManager_nativeSidFromPasswordHandle() local
/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java93 int nid, int sid, int bid, int lon, int lat, String alphal, String alphas) { in CellIdentityCdma()
205 int sid = mSystemId != CellInfo.UNAVAILABLE ? mSystemId : -1; in asCellLocation() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DHbpcdUtils.java42 public int getMcc(int sid, int tz, int DSTflag, boolean isNitzTimeZone) { in getMcc()
DServiceStateTracker.java1622 private boolean isHomeSid(int sid) { in isHomeSid()
1708 String[] sid = sidStr.split(","); in parseSidNid() local
3273 int sid = mSS.getCdmaSystemId(); in pollStateDone() local
3576 private boolean isInHomeSidNid(int sid, int nid) { in isInHomeSidNid()
3620 private String fixUnknownMcc(String operatorNumeric, int sid) { in fixUnknownMcc()
/frameworks/base/keystore/java/android/security/keystore/
DKeymasterUtils.java178 long sid; in addUserAuthArgs() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java638 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()
DSyntheticPasswordCrypto.java156 public static byte[] createBlob(String keyAlias, byte[] data, byte[] applicationId, long sid) { in createBlob()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp599 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/
DRuimRecords.java435 int sid = ((data[1] & 0xFF) << 8) | (data[0] & 0xFF); in onRecordLoaded() local
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java810 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/
DRenderScript.java860 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/
DrsApiStubs.cpp567 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/
Dandroid_renderscript_RenderScript.cpp1913 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/
Dandroid_renderscript_RenderScript.cpp2269 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()