Searched refs:deviceLocked (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | UnlockedDeviceRequiredTest.cpp | 46 keymaster().deviceLocked(false /* passwordOnly */, {} /* verificationToken */); in TEST_P()
|
/hardware/interfaces/keymaster/4.1/ |
D | IKeymasterDevice.hal | 66 * 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 72 … deviceLocked(bool passwordOnly, VerificationToken verificationToken) generates (ErrorCode error);
|
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
D | Keymaster4.h | 156 Return<ErrorCode> deviceLocked(bool passwordOnly, in deviceLocked() function 158 if (km4_1_dev_) return km4_1_dev_->deviceLocked(passwordOnly, verificationToken); in deviceLocked()
|
D | Keymaster3.h | 117 Return<ErrorCode> deviceLocked(bool /* passwordOnly */, in deviceLocked() function
|
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
D | IKeyMintDevice.aidl | 786 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/ |
D | IKeyMintDevice.aidl | 48 …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/ |
D | IKeyMintDevice.aidl | 48 …void deviceLocked(in boolean passwordOnly, in @nullable android.hardware.security.secureclock.Time… in deviceLocked() method
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 703 * deviceLocked BOOLEAN,
|