Home
last modified time | relevance | path

Searched defs:tokenHandle (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsInternal.java61 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/
DBufferHubService.cpp91 Return<void> BufferHubService::importBuffer(const hidl_handle& tokenHandle, in importBuffer()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2838 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/
DBufferHubBuffer_test.cpp239 sp<NativeHandle> tokenHandle = NativeHandle::create(token, /*ownHandle=*/true); in TEST_F() local
/frameworks/hardware/interfaces/bufferhub/1.0/vts/functional/
DVtsHalBufferHubV1_0TargetTest.cpp272 native_handle_t* tokenHandle = native_handle_create(/*numFds=*/0, /*numInts=*/2); in TEST_F() local
/frameworks/native/libs/ui/
DGraphicBuffer.cpp571 sp<NativeHandle> tokenHandle = mBufferHubBuffer->duplicate(); in flattenBufferHubBuffer() local
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5097 private boolean resetPasswordInternal(String password, long tokenHandle, byte[] token, in resetPasswordInternal()