Searched defs:tokenHandle (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockSettingsInternal.java | 61 long tokenHandle, byte[] token, int requestedQuality, int userId); in setLockCredentialWithToken() 63 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId); in unlockUserWithToken()
|
/frameworks/native/services/bufferhub/ |
D | BufferHubService.cpp | 91 Return<void> BufferHubService::importBuffer(const hidl_handle& tokenHandle, in importBuffer()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 2838 private boolean setLockCredentialWithToken(byte[] credential, int type, long tokenHandle, in setLockCredentialWithToken() 2866 long tokenHandle, byte[] token, int requestedQuality, int userId) in setLockCredentialWithTokenInternalLocked() 2893 private boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) in unlockUserWithToken() 3092 long tokenHandle, byte[] token, int requestedQuality, int userId) { in setLockCredentialWithToken() 3106 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) { in unlockUserWithToken()
|
/frameworks/native/libs/ui/tests/ |
D | BufferHubBuffer_test.cpp | 239 sp<NativeHandle> tokenHandle = NativeHandle::create(token, /*ownHandle=*/true); in TEST_F() local
|
/frameworks/hardware/interfaces/bufferhub/1.0/vts/functional/ |
D | VtsHalBufferHubV1_0TargetTest.cpp | 272 native_handle_t* tokenHandle = native_handle_create(/*numFds=*/0, /*numInts=*/2); in TEST_F() local
|
/frameworks/native/libs/ui/ |
D | GraphicBuffer.cpp | 571 sp<NativeHandle> tokenHandle = mBufferHubBuffer->duplicate(); in flattenBufferHubBuffer() local
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 5097 private boolean resetPasswordInternal(String password, long tokenHandle, byte[] token, in resetPasswordInternal()
|