Searched refs:cb_ (Results 1 – 5 of 5) sorted by relevance
26 std::shared_ptr<ISessionCallback> cb_; member in aidl::android::hardware::biometrics::face::CancellationSignal29 explicit CancellationSignal(std::shared_ptr<ISessionCallback> cb) : cb_(std::move(cb)) {} in CancellationSignal()32 cb_->onError(Error::CANCELED, 0 /* vendorCode */); in cancel()38 : cb_(std::move(cb)), mRandom(std::mt19937::default_seed) {} in Session()42 if (cb_) { in generateChallenge()45 cb_->onChallengeGenerated(challenge); in generateChallenge()52 if (cb_) { in revokeChallenge()53 cb_->onChallengeRevoked(challenge); in revokeChallenge()70 if (cb_) { in enroll()71 cb_->onError(Error::UNABLE_TO_PROCESS, 0 /* vendorError */); in enroll()[all …]
72 std::shared_ptr<ISessionCallback> cb_;
49 : Thread(false), cb_(cb), looper_(new Looper(true)) {} in ThermalWatcher()89 const WatcherCallback cb_; variable
401 if (cb_) { in startWatchingDeviceFiles()523 sleep_ms_ = cb_(sensors); in threadLoop()
216 const NotificationCallback cb_; variable