Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
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()
DMockSyntheticPasswordManager.java65 long sid = buffer.getLong(); in decryptSpBlob() local
77 long sid) { in createSpBlob()
DSyntheticPasswordTests.java179 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testChangeCredential() local
206 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testClearCredential() local
/frameworks/native/cmds/servicemanager/
DAccess.h38 std::string sid; member
/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java106 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat, in CellIdentityCdma()
258 int sid = mSystemId != CellInfo.UNAVAILABLE ? mSystemId : -1; in asCellLocation() local
/frameworks/base/services/core/jni/
Dcom_android_server_locksettings_SyntheticPasswordManager.cpp39 jlong sid = handle->user_id; in android_server_SyntheticPasswordManager_nativeSidFromPasswordHandle() local
/frameworks/native/libs/binder/rust/src/
Dstate.rs154 let sid = sys::AIBinder_getCallingSid(); in with_calling_sid() localVariable
/frameworks/base/telephony/common/com/android/internal/telephony/
DHbpcdUtils.java42 public int getMcc(int sid, int tz, int DSTflag, boolean isNitzTimeZone) { in getMcc()
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DDrmPlugin.cpp304 std::string sid(key.begin(), key.end()); in getMetrics() local
500 std::vector<uint8_t> sid = in_sessionId; in getSecurityLevel() local
900 std::vector<uint8_t> sid = in_sessionId; in setPlaybackId() local
1044 std::vector<uint8_t> sid = sessionId; in setSecurityLevel() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordCrypto.java202 long sid) { in createBlob()
DSyntheticPasswordManager.java1016 long sid = GateKeeper.INVALID_SECURE_USER_ID; in createLskfBasedProtector() local
1355 SyntheticPassword sp, byte[] protectorSecret, long sid, int userId) { in createSyntheticPasswordBlob()
1416 long sid = GateKeeper.INVALID_SECURE_USER_ID; in unlockLskfBasedProtector() local
1636 byte expectedProtectorType, byte[] protectorSecret, long sid, int userId) { in unwrapSyntheticPasswordBlob()
1914 long sid) { in createSpBlob()
/frameworks/av/media/libmediaplayerservice/tests/
DDrmSessionManager_test.cpp219 const std::vector<uint8_t> sid{1, 3, 5}; in TEST_F() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1894 private boolean isHomeSid(int sid) { in isHomeSid()
1980 String[] sid = sidStr.split(","); in parseSidNid() local
3883 int sid = mSS.getCdmaSystemId(); in pollStateDone() local
4244 private boolean isInHomeSidNid(int sid, int nid) { in isInHomeSidNid()
4291 private String fixUnknownMcc(String operatorNumeric, int sid) { in fixUnknownMcc()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DRuimRecords.java480 int sid = ((data[1] & 0xFF) << 8) | (data[0] & 0xFF); in onRecordLoaded() local
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java815 native long rsnScriptKernelIDCreate(long con, long sid, int slot, int sig, boolean mUseInc); in rsnScriptKernelIDCreate()
816 synchronized long nScriptKernelIDCreate(long sid, int slot, int sig, boolean mUseInc) { in nScriptKernelIDCreate()
825 native long rsnScriptInvokeIDCreate(long con, long sid, int slot); in rsnScriptInvokeIDCreate()
826 synchronized long nScriptInvokeIDCreate(long sid, int slot) { in nScriptInvokeIDCreate()
831 native long rsnScriptFieldIDCreate(long con, long sid, int slot, boolean mUseInc); in rsnScriptFieldIDCreate()
832 synchronized long nScriptFieldIDCreate(long sid, int slot, boolean mUseInc) { in nScriptFieldIDCreate()
/frameworks/av/drm/libmediadrm/
DDrmMetricsLogger.cpp199 std::vector<uint8_t> sid = toStdVec(sessionId); in closeSession() local
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java854 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()
/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/native/libs/binder/rust/tests/
Dintegration.rs139 let sid = in get_selinux_context() localVariable
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp89 const char* sid = AIBinder_getCallingSid(); in getsRequestedSid() local
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2264 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()