Home
last modified time | relevance | path

Searched refs:onFeatureSet (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceSetFeatureClient.java61 getListener().onFeatureSet(false /* success */, mFeature); in unableToStart()
90 public void onFeatureSet(boolean success) { in onFeatureSet() method in FaceSetFeatureClient
92 getListener().onFeatureSet(success, mFeature); in onFeatureSet()
103 getListener().onFeatureSet(false /* success */, mFeature); in onError()
H A DTestHal.java165 cb.onFeatureSet(feature); in createSession()
H A DBiometricTestSessionImpl.java103 public void onFeatureSet(boolean success, int feature) {
H A DSensor.java415 public void onFeatureSet(byte feature) { in onFeatureSet() method in Sensor.HalSessionCallback
425 faceSetFeatureClient.onFeatureSet(true /* success */); in onFeatureSet()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceSetFeatureClient.java67 getListener().onFeatureSet(false /* success */, mFeature); in unableToStart()
85 getListener().onFeatureSet(result == Status.OK, mFeature); in startHalOperation()
H A DBiometricTestSessionImpl.java92 public void onFeatureSet(boolean success, int feature) {
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DClientMonitorCallbackConverter.java145 public void onFeatureSet(boolean success, int feature) throws RemoteException { in onFeatureSet() method in ClientMonitorCallbackConverter
147 mFaceServiceReceiver.onFeatureSet(success, feature); in onFeatureSet()
/aosp12/frameworks/base/core/java/android/hardware/face/
H A DIFaceServiceReceiver.aidl34 void onFeatureSet(boolean success, int feature); in onFeatureSet() method
H A DFaceServiceReceiver.java64 public void onFeatureSet(boolean success, int feature) throws RemoteException { in onFeatureSet() method in FaceServiceReceiver
H A DFaceManager.java129 public void onFeatureSet(boolean success, int feature) {
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
H A DISessionCallback.aidl51 void onFeatureSet(android.hardware.biometrics.face.Feature feature); in onFeatureSet() method
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
H A DISessionCallback.aidl51 void onFeatureSet(android.hardware.biometrics.face.Feature feature); in onFeatureSet() method
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
H A DISessionCallback.aidl189 void onFeatureSet(Feature feature); in onFeatureSet() method
/aosp12/hardware/interfaces/biometrics/face/aidl/vts/
H A DVtsHalBiometricsFaceTargetTest.cpp117 ndk::ScopedAStatus onFeatureSet(Feature /*feature*/) override { in onFeatureSet() function in aidl::android::hardware::biometrics::face::__anona50205b80110::SessionCallback
/aosp12/frameworks/base/services/
H A Dart-profile13819 PLcom/android/server/biometrics/sensors/ClientMonitorCallbackConverter;->onFeatureSet(ZI)V