Lines Matching refs:ok
123 return ndk::ScopedAStatus::ok(); in cancel()
164 return ndk::ScopedAStatus::ok(); in generateChallenge()
173 return ndk::ScopedAStatus::ok(); in revokeChallenge()
181 bool ok; in enroll() local
188 ok = true; in enroll()
190 ok = false; in enroll()
194 if (ok) { in enroll()
209 return ndk::ScopedAStatus::ok(); in enroll()
215 bool ok; in authenticate() local
222 ok = true; in authenticate()
224 ok = false; in authenticate()
228 if (ok) { in authenticate()
239 return ndk::ScopedAStatus::ok(); in authenticate()
245 bool ok; in detectInteraction() local
251 ok = true; in detectInteraction()
253 ok = false; in detectInteraction()
257 if (ok) { in detectInteraction()
268 return ndk::ScopedAStatus::ok(); in detectInteraction()
281 return ndk::ScopedAStatus::ok(); in enumerateEnrollments()
293 return ndk::ScopedAStatus::ok(); in removeEnrollments()
305 return ndk::ScopedAStatus::ok(); in getAuthenticatorId()
317 return ndk::ScopedAStatus::ok(); in invalidateAuthenticatorId()
335 return ndk::ScopedAStatus::ok(); in resetLockout()
342 return ndk::ScopedAStatus::ok(); in close()
503 LOG_ALWAYS_FATAL_IF(!sensorFd.ok(), in sensorListenerFuncImpl()