Searched refs:IVoiceInteractionService (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractionManagerService.aidl | 30 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/ |
D | IVoiceInteractionService.aidl | 24 oneway interface IVoiceInteractionService { interface
|
D | VoiceInteractionService.java | 80 IVoiceInteractionService mInterface = new IVoiceInteractionService.Stub() {
|
D | AlwaysOnHotwordDetector.java | 192 private final IVoiceInteractionService mVoiceInteractionService; 338 IVoiceInteractionService voiceInteractionService, in AlwaysOnHotwordDetector()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerService.java | 57 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()
|
D | VoiceInteractionManagerServiceImpl.java | 46 import android.service.voice.IVoiceInteractionService; 84 IVoiceInteractionService mService; 112 mService = IVoiceInteractionService.Stub.asInterface(service);
|
/frameworks/base/ |
D | Android.bp | 351 "core/java/android/service/voice/IVoiceInteractionService.aidl",
|
/frameworks/base/config/ |
D | preloaded-classes | 3209 android.service.voice.IVoiceInteractionService$Stub 3210 android.service.voice.IVoiceInteractionService
|
D | hiddenapi-greylist-max-o.txt | 69056 …are/soundtrigger/KeyphraseEnrollmentInfo;Landroid/service/voice/IVoiceInteractionService;Lcom/andr… 69080 …AlwaysOnHotwordDetector;->mVoiceInteractionService:Landroid/service/voice/IVoiceInteractionService; 69091 Landroid/service/voice/IVoiceInteractionService$Stub$Proxy; 69092 Landroid/service/voice/IVoiceInteractionService$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 69093 Landroid/service/voice/IVoiceInteractionService$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/Str… 69094 Landroid/service/voice/IVoiceInteractionService$Stub$Proxy;->launchVoiceAssistFromKeyguard()V 69095 Landroid/service/voice/IVoiceInteractionService$Stub$Proxy;->mRemote:Landroid/os/IBinder; 69096 Landroid/service/voice/IVoiceInteractionService$Stub$Proxy;->ready()V 69097 Landroid/service/voice/IVoiceInteractionService$Stub$Proxy;->shutdown()V 69098 Landroid/service/voice/IVoiceInteractionService$Stub$Proxy;->soundModelsChanged()V [all …]
|
D | boot-image-profile.txt | 13436 PLandroid/service/voice/IVoiceInteractionService$Stub$Proxy;->asBinder()Landroid/os/IBinder; 13437 PLandroid/service/voice/IVoiceInteractionService$Stub$Proxy;->ready()V 13438 …droid/service/voice/IVoiceInteractionService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/serv… 35782 Landroid/service/voice/IVoiceInteractionService$Stub; 35783 Landroid/service/voice/IVoiceInteractionService;
|
/frameworks/base/services/ |
D | art-profile | 14102 …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…
|