Home
last modified time | relevance | path

Searched refs:setLockoutPermanentThreshold (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
DIVirtualHal.aidl296 void setLockoutPermanentThreshold(in int threshold); in setLockoutPermanentThreshold() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DIVirtualHal.aidl58 oneway void setLockoutPermanentThreshold(in int threshold); in setLockoutPermanentThreshold() method
/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/
DVirtualHalTest.cpp226 TEST_F(VirtualHalTest, setLockoutPermanentThreshold) { in TEST_F() argument
228 "lockout_permanent_threshold", &IVirtualHal::setLockoutPermanentThreshold, {0, 37}); in TEST_F()
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
DVirtualHal.h55 ::ndk::ScopedAStatus setLockoutPermanentThreshold(int32_t in_threshold) override;
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DVirtualHal.cpp219 ::ndk::ScopedAStatus VirtualHal::setLockoutPermanentThreshold(int32_t in_threshold) { in setLockoutPermanentThreshold() function in aidl::android::hardware::biometrics::fingerprint::VirtualHal