HomeSort by relevance Sort by last modified time
    Searched refs:lockout (Results 1 - 13 of 13) sorted by null

  /system/tpm/tpm_manager/server/
tpm_status.h 36 bool* lockout,
mock_tpm_status.cc 27 bool* lockout,
31 *lockout = false;
tpm2_status_impl.cc 50 bool* lockout,
61 if (lockout) {
62 *lockout = trunks_tpm_state_->IsInLockout();
mock_tpm_status.h 36 bool* lockout,
tpm2_status_test.cc 101 bool lockout; local
104 &count, &threshold, &lockout, &seconds_remaining));
121 bool lockout; local
123 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, &threshold, &lockout,
127 EXPECT_EQ(lockout, is_locked);
136 bool lockout; local
138 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, &threshold, &lockout,
tpm_status_impl.cc 46 bool* lockout,
66 if (lockout) {
67 *lockout = (da_info.state == TPM_DA_STATE_ACTIVE);
tpm2_status_impl.h 41 bool* lockout,
tpm_status_impl.h 43 bool* lockout,
tpm_manager_service.cc 82 bool lockout; local
84 if (tpm_status_->GetDictionaryAttackInfo(&counter, &threshold, &lockout,
88 reply->set_dictionary_attack_lockout_in_effect(lockout);
tpm_manager_service_test.cc 142 .WillRepeatedly(Invoke([](int* counter, int* threshold, bool* lockout,
146 *lockout = true;
  /frameworks/base/core/proto/android/server/
fingerprint.proto 64 optional int32 lockout = 4;
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 116 int lockout; // total number of lockouts field in class:FingerprintService.PerformanceStats
    [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
CarLatinIME.java 49 * <li> Monitor driving status, and put a lockout screen on top of the current keyboard if
177 mLockoutView = v.findViewById(R.id.lockout);

Completed in 137 milliseconds