Home
last modified time | relevance | path

Searched refs:detectInteraction (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
DISession.aidl41 android.hardware.biometrics.common.ICancellationSignal detectInteraction(); in detectInteraction() method
/hardware/interfaces/biometrics/face/aidl/default/
Dface.sysprop44 # authenticate and detectInteraction will succeed with this
104 # force all detectInteraction operations to fail
133 # add a latency to detectInteraction operations
DSession.cpp103 ndk::ScopedAStatus Session::detectInteraction( in detectInteraction() function in aidl::android::hardware::biometrics::face::Session
192 return detectInteraction(out); in detectInteractionWithContext()
DSession.h61 ndk::ScopedAStatus detectInteraction(
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DISession.aidl42 android.hardware.biometrics.common.ICancellationSignal detectInteraction(); in detectInteraction() method
/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
DISession.aidl242 ICancellationSignal detectInteraction(); in detectInteraction() method
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DISession.aidl220 ICancellationSignal detectInteraction(); in detectInteraction() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/2/android/hardware/biometrics/fingerprint/
DISession.aidl41 android.hardware.biometrics.common.ICancellationSignal detectInteraction(); in detectInteraction() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/3/android/hardware/biometrics/fingerprint/
DISession.aidl42 android.hardware.biometrics.common.ICancellationSignal detectInteraction(); in detectInteraction() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DISession.aidl42 android.hardware.biometrics.common.ICancellationSignal detectInteraction(); in detectInteraction() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/4/android/hardware/biometrics/fingerprint/
DISession.aidl42 android.hardware.biometrics.common.ICancellationSignal detectInteraction(); in detectInteraction() method
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFingerprint.cpp75 auto detectInteraction = Fingerprint::cfg().get<bool>("detect_interaction"); in getSensorProps() local
91 detectInteraction, in getSensorProps()
Dfingerprint.sysprop25 # authenticate and detectInteraction will succeed with this
77 # force all detectInteraction operations to error out
112 # add a latency to detectInteraction operations
DSession.cpp152 ndk::ScopedAStatus Session::detectInteraction(std::shared_ptr<common::ICancellationSignal>* out) { in detectInteraction() function in aidl::android::hardware::biometrics::fingerprint::Session
293 return detectInteraction(out); in detectInteractionWithContext()
DREADME.md87 …rations involving fingerprint image captures, namely authenticate, enrollment and detectInteraction
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
DISession.aidl42 android.hardware.biometrics.common.ICancellationSignal detectInteraction(); in detectInteraction() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
DISession.aidl42 android.hardware.biometrics.common.ICancellationSignal detectInteraction(); in detectInteraction() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
DISession.aidl46 android.hardware.biometrics.common.ICancellationSignal detectInteraction(); in detectInteraction() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DISession.aidl46 android.hardware.biometrics.common.ICancellationSignal detectInteraction(); in detectInteraction() method
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
DSession.h62 ndk::ScopedAStatus detectInteraction(
/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/
DFakeFingerprintEngineUdfpsTest.cpp172 TEST_F(FakeFingerprintEngineUdfpsTest, detectInteraction) { in TEST_F() argument