Searched refs:in_threshold (Results 1 – 3 of 3) sorted by relevance
199 ::ndk::ScopedAStatus VirtualHal::setLockoutTimedThreshold(int32_t in_threshold) { in setLockoutTimedThreshold() argument200 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() argument220 if (in_threshold < 0) { in setLockoutPermanentThreshold()225 Fingerprint::cfg().set<int32_t>("lockout_permanent_threshold", in_threshold); in setLockoutPermanentThreshold()
53 ::ndk::ScopedAStatus setLockoutTimedThreshold(int32_t in_threshold) override;55 ::ndk::ScopedAStatus setLockoutPermanentThreshold(int32_t in_threshold) override;
39 const ::aidl::android::hardware::radio::ims::media::MediaQualityThreshold& in_threshold)