Home
last modified time | relevance | path

Searched refs:shouldCancel (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/biometrics/common/util/include/util/
DCancellationSignal.h37 bool shouldCancel(const std::future<void>& cancellationFuture);
/hardware/interfaces/biometrics/common/util/
DCancellationSignal.cpp32 bool shouldCancel(const std::future<void>& f) { in shouldCancel() function
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DSession.cpp118 if (shouldCancel(cancFuture)) { in enroll()
140 if (shouldCancel(cancFuture)) { in authenticate()
161 if (shouldCancel(cancFuture)) { in detectInteraction()
DFakeFingerprintEngine.cpp163 if (shouldCancel(cancel)) { in onEnrollFingerDown()
243 if (shouldCancel(cancel)) { in onAuthenticateFingerDown()
303 if (shouldCancel(cancel)) { in onDetectInteractFingerDown()
552 if (shouldCancel(cancel)) { in waitForFingerDown()
/hardware/interfaces/biometrics/face/aidl/default/
DFakeFaceEngine.cpp122 if (shouldCancel(cancel)) { in enrollImpl()
237 if (shouldCancel(cancel)) { in authenticateImpl()
303 if (shouldCancel(cancel)) { in detectInteractionImpl()