Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
DCancellationSignal.h40 bool shouldCancel(const std::future<void>& cancellationFuture);
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DCancellationSignal.cpp32 bool shouldCancel(const std::future<void>& f) { in shouldCancel() function
DSession.cpp101 if (shouldCancel(cancFuture)) { in enroll()
123 if (shouldCancel(cancFuture)) { in authenticate()
144 if (shouldCancel(cancFuture)) { in detectInteraction()