Home
last modified time | relevance | path

Searched refs:in_threshold (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/aidl/default/
DVirtualHal.cpp199 ::ndk::ScopedAStatus VirtualHal::setLockoutTimedThreshold(int32_t in_threshold) { in setLockoutTimedThreshold() argument
200 if (in_threshold < 0) { in setLockoutTimedThreshold()
205 Fingerprint::cfg().set<int32_t>("lockout_timed_threshold", in_threshold); in setLockoutTimedThreshold()
219 ::ndk::ScopedAStatus VirtualHal::setLockoutPermanentThreshold(int32_t in_threshold) { in setLockoutPermanentThreshold() argument
220 if (in_threshold < 0) { in setLockoutPermanentThreshold()
225 Fingerprint::cfg().set<int32_t>("lockout_permanent_threshold", in_threshold); in setLockoutPermanentThreshold()
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
DVirtualHal.h53 ::ndk::ScopedAStatus setLockoutTimedThreshold(int32_t in_threshold) override;
55 ::ndk::ScopedAStatus setLockoutPermanentThreshold(int32_t in_threshold) override;
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioImsMediaSession.h39 const ::aidl::android::hardware::radio::ims::media::MediaQualityThreshold& in_threshold)