Home
last modified time | relevance | path

Searched defs:onClientAttached (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/aidl/android/media/soundtrigger_middleware/
H A DISoundTriggerInjection.aidl86 void onClientAttached(IBinder token, IInjectGlobalEvent globalSession); in onClientAttached() method
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerInjection.java136 public void onClientAttached(IBinder token, IInjectGlobalEvent globalSession) { in onClientAttached() method in SoundTriggerInjection
/aosp14/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerInstrumentation.java106 default void onClientAttached() {} in onClientAttached() method
533 public void onClientAttached(IBinder token, IInjectGlobalEvent globalSession) { in onClientAttached() method in SoundTriggerInstrumentation.Injection