Home
last modified time | relevance | path

Searched refs:IInjectGlobalEvent (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/aidl/android/media/soundtrigger_middleware/
DISoundTriggerInjection.aidl25 import android.media.soundtrigger_middleware.IInjectGlobalEvent;
60 void registerGlobalEventInjection(IInjectGlobalEvent globalInjection); in registerGlobalEventInjection()
69 void onRestarted(IInjectGlobalEvent globalSession); in onRestarted()
77 void onFrameworkDetached(IInjectGlobalEvent globalSession); in onFrameworkDetached()
86 void onClientAttached(IBinder token, IInjectGlobalEvent globalSession); in onClientAttached()
108 IInjectModelEvent modelInjection, IInjectGlobalEvent globalSession); in onSoundModelLoaded()
DIInjectGlobalEvent.aidl25 oneway interface IInjectGlobalEvent { interface
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
DSoundTriggerInjection.java23 import android.media.soundtrigger_middleware.IInjectGlobalEvent;
50 private IInjectGlobalEvent mGlobalEventInjection = null;
98 public void registerGlobalEventInjection(IInjectGlobalEvent globalInjection) { in registerGlobalEventInjection()
112 public void onRestarted(IInjectGlobalEvent globalSession) { in onRestarted()
124 public void onFrameworkDetached(IInjectGlobalEvent globalSession) { in onFrameworkDetached()
136 public void onClientAttached(IBinder token, IInjectGlobalEvent globalSession) { in onClientAttached()
161 IInjectModelEvent modelInjection, IInjectGlobalEvent globalSession) { in onSoundModelLoaded()
DFakeHalFactory.java19 import android.media.soundtrigger_middleware.IInjectGlobalEvent;
50 final IInjectGlobalEvent session = hal.getGlobalEventInjection(); in create()
DFakeSoundTriggerHal.java37 import android.media.soundtrigger_middleware.IInjectGlobalEvent;
92 private final IInjectGlobalEvent.Stub mGlobalEventSession;
277 mGlobalEventSession = new IInjectGlobalEvent.Stub() { in FakeSoundTriggerHal()
350 public IInjectGlobalEvent getGlobalEventInjection() { in getGlobalEventInjection()
/frameworks/base/media/java/android/media/soundtrigger/
DSoundTriggerInstrumentation.java27 import android.media.soundtrigger_middleware.IInjectGlobalEvent;
60 private IInjectGlobalEvent mInjectGlobalEvent = null;
453 public void registerGlobalEventInjection(IInjectGlobalEvent globalInjection) { in registerGlobalEventInjection()
461 IInjectModelEvent modelInjection, IInjectGlobalEvent globalSession) { in onSoundModelLoaded()
515 public void onRestarted(IInjectGlobalEvent globalSession) { in onRestarted()
525 public void onFrameworkDetached(IInjectGlobalEvent globalSession) { in onFrameworkDetached()
533 public void onClientAttached(IBinder token, IInjectGlobalEvent globalSession) { in onClientAttached()
635 IInjectGlobalEvent current = mInjectGlobalEvent; in setResourceContention()
/frameworks/base/services/
Dart-wear-profile22803 …ory$$ExternalSyntheticLambda0;-><init>(Landroid/media/soundtrigger_middleware/IInjectGlobalEvent;)V
22804 …android/os/IBinder;Ljava/lang/Runnable;Landroid/media/soundtrigger_middleware/IInjectGlobalEvent;)V
22824 …undTriggerHal;->getGlobalEventInjection()Landroid/media/soundtrigger_middleware/IInjectGlobalEvent;
22851 …jection;->registerGlobalEventInjection(Landroid/media/soundtrigger_middleware/IInjectGlobalEvent;)V