Home
last modified time | relevance | path

Searched refs:onClientAttached (Results 1 – 5 of 5) sorted by relevance

/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
140 mClient.onClientAttached(token, globalSession); in onClientAttached()
H A DFakeHalFactory.java76 mInjection.onClientAttached(token, session); in create()
/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/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
537 mGlobalCallbackExecutor.execute(() -> mClientCallback.onClientAttached()); in onClientAttached()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2048 method public default void onClientAttached();