Home
last modified time | relevance | path

Searched refs:deviceLocked (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/keymaster/4.1/vts/functional/
DUnlockedDeviceRequiredTest.cpp46 keymaster().deviceLocked(false /* passwordOnly */, {} /* verificationToken */); in TEST_P()
/hardware/interfaces/keymaster/4.1/
DIKeymasterDevice.hal66 * Crucially, if a StrongBox IKeymasterDevice receives a deviceLocked() call with a verification
67 * token timestamp that is less than the timestamp in the last deviceLocked() call, it must
72deviceLocked(bool passwordOnly, VerificationToken verificationToken) generates (ErrorCode error);
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h156 Return<ErrorCode> deviceLocked(bool passwordOnly, in deviceLocked() function
158 if (km4_1_dev_) return km4_1_dev_->deviceLocked(passwordOnly, verificationToken); in deviceLocked()
DKeymaster3.h117 Return<ErrorCode> deviceLocked(bool /* passwordOnly */, in deviceLocked() function
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DIKeyMintDevice.aidl786 void deviceLocked(in boolean passwordOnly, in @nullable TimeStampToken timestampToken); in deviceLocked() method
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DIKeyMintDevice.aidl48 …void deviceLocked(in boolean passwordOnly, in @nullable android.hardware.security.secureclock.Time… in deviceLocked() method
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DIKeyMintDevice.aidl48 …void deviceLocked(in boolean passwordOnly, in @nullable android.hardware.security.secureclock.Time… in deviceLocked() method
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal703 * deviceLocked BOOLEAN,