Home
last modified time | relevance | path

Searched refs:IMicrophoneHotwordDetectionVoiceInteractionCallback (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIVoiceInteractionManagerService.aidl31 import android.service.voice.IMicrophoneHotwordDetectionVoiceInteractionCallback;
344 in IMicrophoneHotwordDetectionVoiceInteractionCallback callback); in startListeningFromMic()
353 in IMicrophoneHotwordDetectionVoiceInteractionCallback callback); in startListeningFromExternalSource()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DSoftwareTrustedHotwordDetectorSession.java44 import android.service.voice.IMicrophoneHotwordDetectionVoiceInteractionCallback;
67 private IMicrophoneHotwordDetectionVoiceInteractionCallback mSoftwareCallback;
86 IMicrophoneHotwordDetectionVoiceInteractionCallback callback) { in startListeningFromMicLocked()
DDetectorSession.java84 import android.service.voice.IMicrophoneHotwordDetectionVoiceInteractionCallback;
404 IMicrophoneHotwordDetectionVoiceInteractionCallback callback) { in startListeningFromExternalSourceLocked()
426 IMicrophoneHotwordDetectionVoiceInteractionCallback voiceInteractionCallback = in startListeningFromWearableLocked()
427 new IMicrophoneHotwordDetectionVoiceInteractionCallback() { in startListeningFromWearableLocked()
515 IMicrophoneHotwordDetectionVoiceInteractionCallback callback, in handleExternalSourceHotwordDetectionLocked()
DVisualQueryDetectorSession.java39 import android.service.voice.IMicrophoneHotwordDetectionVoiceInteractionCallback;
341 IMicrophoneHotwordDetectionVoiceInteractionCallback callback) in startListeningFromExternalSourceLocked()
DHotwordDetectionConnection.java59 import android.service.voice.IMicrophoneHotwordDetectionVoiceInteractionCallback;
411 IMicrophoneHotwordDetectionVoiceInteractionCallback callback) { in startListeningFromMicLocked()
467 IMicrophoneHotwordDetectionVoiceInteractionCallback callback) { in startListeningFromExternalSourceLocked()
DVoiceInteractionManagerServiceImpl.java68 import android.service.voice.IMicrophoneHotwordDetectionVoiceInteractionCallback;
838 IMicrophoneHotwordDetectionVoiceInteractionCallback callback) { in startListeningFromMicLocked()
856 IMicrophoneHotwordDetectionVoiceInteractionCallback callback) { in startListeningFromExternalSourceLocked()
DVoiceInteractionManagerService.java80 import android.service.voice.IMicrophoneHotwordDetectionVoiceInteractionCallback;
1562 IMicrophoneHotwordDetectionVoiceInteractionCallback callback) in startListeningFromMic()
1588 IMicrophoneHotwordDetectionVoiceInteractionCallback callback) in startListeningFromExternalSource()
/frameworks/base/core/java/android/service/voice/
DIMicrophoneHotwordDetectionVoiceInteractionCallback.aidl29 oneway interface IMicrophoneHotwordDetectionVoiceInteractionCallback { interface
DAbstractDetector.java220 extends IMicrophoneHotwordDetectionVoiceInteractionCallback.Stub {
DSoftwareHotwordDetector.java157 extends IMicrophoneHotwordDetectionVoiceInteractionCallback.Stub {