Home
last modified time | relevance | path

Searched refs:IVoiceInteractionService (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIVoiceInteractionManagerService.aidl30 import android.service.voice.IVoiceInteractionService;
34 void showSession(IVoiceInteractionService service, in Bundle sessionArgs, int flags); in showSession()
72 SoundTrigger.ModuleProperties getDspModuleProperties(in IVoiceInteractionService service); in getDspModuleProperties()
81 boolean isEnrolledForKeyphrase(IVoiceInteractionService service, int keyphraseId, in isEnrolledForKeyphrase()
86 int startRecognition(in IVoiceInteractionService service, int keyphraseId, in startRecognition()
92 int stopRecognition(in IVoiceInteractionService service, int keyphraseId, in stopRecognition()
160 void setUiHints(in IVoiceInteractionService service, in Bundle hints); in setUiHints()
/frameworks/base/core/java/android/service/voice/
DIVoiceInteractionService.aidl24 oneway interface IVoiceInteractionService { interface
DVoiceInteractionService.java80 IVoiceInteractionService mInterface = new IVoiceInteractionService.Stub() {
DAlwaysOnHotwordDetector.java192 private final IVoiceInteractionService mVoiceInteractionService;
338 IVoiceInteractionService voiceInteractionService, in AlwaysOnHotwordDetector()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java57 import android.service.voice.IVoiceInteractionService;
616 public void showSession(IVoiceInteractionService service, Bundle args, int flags) { in showSession()
936 public boolean isEnrolledForKeyphrase(IVoiceInteractionService service, int keyphraseId, in isEnrolledForKeyphrase()
958 public ModuleProperties getDspModuleProperties(IVoiceInteractionService service) { in getDspModuleProperties()
973 public int startRecognition(IVoiceInteractionService service, int keyphraseId, in startRecognition()
1010 public int stopRecognition(IVoiceInteractionService service, int keyphraseId, in stopRecognition()
1239 public void setUiHints(IVoiceInteractionService service, Bundle hints) { in setUiHints()
1264 private void enforceIsCurrentVoiceInteractionService(IVoiceInteractionService service) { in enforceIsCurrentVoiceInteractionService()
DVoiceInteractionManagerServiceImpl.java46 import android.service.voice.IVoiceInteractionService;
84 IVoiceInteractionService mService;
112 mService = IVoiceInteractionService.Stub.asInterface(service);
/frameworks/base/
DAndroid.bp351 "core/java/android/service/voice/IVoiceInteractionService.aidl",
/frameworks/base/config/
Dpreloaded-classes3209 android.service.voice.IVoiceInteractionService$Stub
3210 android.service.voice.IVoiceInteractionService
/frameworks/base/services/
Dart-profile14102 …ceStub;->enforceIsCurrentVoiceInteractionService(Landroid/service/voice/IVoiceInteractionService;)V
14109 …agerServiceStub;->getDspModuleProperties(Landroid/service/voice/IVoiceInteractionService;)Landroid…
14115 …agerServiceStub;->isEnrolledForKeyphrase(Landroid/service/voice/IVoiceInteractionService;ILjava/la…
14125 …eractionManagerServiceStub;->showSession(Landroid/service/voice/IVoiceInteractionService;Landroid/…
14128 …ionManagerServiceStub;->startRecognition(Landroid/service/voice/IVoiceInteractionService;ILjava/la…
14129 …tionManagerServiceStub;->stopRecognition(Landroid/service/voice/IVoiceInteractionService;ILandroid…