Searched refs:IVoiceInteractionService (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractionManagerService.aidl | 28 import android.service.voice.IVoiceInteractionService; 32 void showSession(IVoiceInteractionService service, in Bundle sessionArgs, int flags); in showSession() 69 SoundTrigger.ModuleProperties getDspModuleProperties(in IVoiceInteractionService service); in getDspModuleProperties() 78 boolean isEnrolledForKeyphrase(IVoiceInteractionService service, int keyphraseId, in isEnrolledForKeyphrase() 83 int startRecognition(in IVoiceInteractionService service, int keyphraseId, in startRecognition() 89 int stopRecognition(in IVoiceInteractionService service, int keyphraseId, in stopRecognition()
|
/frameworks/base/core/java/android/service/voice/ |
D | IVoiceInteractionService.aidl | 22 oneway interface IVoiceInteractionService { interface
|
D | VoiceInteractionService.java | 72 IVoiceInteractionService mInterface = new IVoiceInteractionService.Stub() {
|
D | AlwaysOnHotwordDetector.java | 191 private final IVoiceInteractionService mVoiceInteractionService; 336 IVoiceInteractionService voiceInteractionService, in AlwaysOnHotwordDetector()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerServiceImpl.java | 43 import android.service.voice.IVoiceInteractionService; 78 IVoiceInteractionService mService; 106 mService = IVoiceInteractionService.Stub.asInterface(service);
|
D | VoiceInteractionManagerService.java | 50 import android.service.voice.IVoiceInteractionService; 596 public void showSession(IVoiceInteractionService service, Bundle args, int flags) { in showSession() 878 public boolean isEnrolledForKeyphrase(IVoiceInteractionService service, int keyphraseId, in isEnrolledForKeyphrase() 904 public ModuleProperties getDspModuleProperties(IVoiceInteractionService service) { in getDspModuleProperties() 923 public int startRecognition(IVoiceInteractionService service, int keyphraseId, in startRecognition() 964 public int stopRecognition(IVoiceInteractionService service, int keyphraseId, in stopRecognition()
|
/frameworks/base/ |
D | Android.bp | 309 "core/java/android/service/voice/IVoiceInteractionService.aidl",
|
/frameworks/base/config/ |
D | preloaded-classes | 2815 android.service.voice.IVoiceInteractionService 2816 android.service.voice.IVoiceInteractionService$Stub
|
D | boot-image-profile.txt | 5224 HPLandroid/service/voice/IVoiceInteractionService$Stub$Proxy;->asBinder()Landroid/os/IBinder; 5225 HPLandroid/service/voice/IVoiceInteractionService$Stub$Proxy;->ready()V 5226 HPLandroid/service/voice/IVoiceInteractionService$Stub$Proxy;->soundModelsChanged()V 5227 …droid/service/voice/IVoiceInteractionService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/serv… 8362 …nManagerService$Stub$Proxy;->showSession(Landroid/service/voice/IVoiceInteractionService;Landroid/… 8363 …agerService$Stub$Proxy;->stopRecognition(Landroid/service/voice/IVoiceInteractionService;ILandroid… 29839 …are/soundtrigger/KeyphraseEnrollmentInfo;Landroid/service/voice/IVoiceInteractionService;Lcom/andr… 29842 HSPLandroid/service/voice/IVoiceInteractionService$Stub;->asBinder()Landroid/os/IBinder; 29843 HSPLandroid/service/voice/IVoiceInteractionService$Stub;->onTransact(ILandroid/os/Parcel;Landroid/o… 29844 HSPLandroid/service/voice/IVoiceInteractionService;->launchVoiceAssistFromKeyguard()V [all …]
|