Home
last modified time | relevance | path

Searched refs:setIgnoreDisplayTouches (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
DISession.aidl550 void setIgnoreDisplayTouches(in boolean shouldIgnore); in setIgnoreDisplayTouches() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/3/android/hardware/biometrics/fingerprint/
DISession.aidl65 void setIgnoreDisplayTouches(in boolean shouldIgnore); in setIgnoreDisplayTouches() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DISession.aidl68 void setIgnoreDisplayTouches(in boolean shouldIgnore); in setIgnoreDisplayTouches() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/4/android/hardware/biometrics/fingerprint/
DISession.aidl68 void setIgnoreDisplayTouches(in boolean shouldIgnore); in setIgnoreDisplayTouches() method
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
DSession.h104 ndk::ScopedAStatus setIgnoreDisplayTouches(bool shouldIgnore) override;
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DSession.cpp312 ndk::ScopedAStatus Session::setIgnoreDisplayTouches(bool /*shouldIgnore*/) { in setIgnoreDisplayTouches() function in aidl::android::hardware::biometrics::fingerprint::Session