Home
last modified time | relevance | path

Searched defs:onDetected (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/voice/
H A DIDspHotwordDetectionCallback.aidl33 void onDetected( in onDetected() method
H A DIMicrophoneHotwordDetectionVoiceInteractionCallback.aidl34 void onDetected( in onDetected() method
H A DHotwordDetector.java187 void onDetected(@NonNull AlwaysOnHotwordDetector.EventPayload eventPayload); in onDetected() method
H A DAbstractDetector.java217 public void onDetected( in onDetected() method in AbstractDetector.BinderCallback
H A DHotwordDetectionService.java412 public void onDetected(@NonNull HotwordDetectedResult result) { in onDetected() method in HotwordDetectionService.Callback
H A DSoftwareHotwordDetector.java166 public void onDetected( in onDetected() method in SoftwareHotwordDetector.BinderCallback
H A DAlwaysOnHotwordDetector.java797 public abstract void onDetected(@NonNull EventPayload eventPayload); in onDetected() method in AlwaysOnHotwordDetector.Callback
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DClientMonitorCallbackConverter.java108 public void onDetected(int sensorId, int userId, boolean isStrongBiometric) in onDetected() method in ClientMonitorCallbackConverter
/aosp14/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetector.java256 public abstract void onDetected(@NonNull EventPayload eventPayload); in onDetected() method in SoundTriggerDetector.Callback
/aosp14/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestService.java724 public void onDetected(SoundTriggerDetector.EventPayload event) { in onDetected() method in SoundTriggerTestService.DetectorCallback