Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster3.h117 Return<ErrorCode> deviceLocked(bool /* passwordOnly */, in deviceLocked() function
DKeymaster4.h156 Return<ErrorCode> deviceLocked(bool passwordOnly, in deviceLocked() function
/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/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/2/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/android/hardware/security/keymint/
DIKeyMintDevice.aidl819 void deviceLocked(in boolean passwordOnly, in @nullable TimeStampToken timestampToken); in deviceLocked() method
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/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/vts/functional/
DSecureElementProvisioningTest.cpp118 const auto& deviceLocked = rot->asArray()->get(pos++); in validateRootOfTrust() local