Home
last modified time | relevance | path

Searched refs:clientAttached (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerHalMaxModelLimiter.java170 public void clientAttached(IBinder binder) { in clientAttached() method in SoundTriggerHalMaxModelLimiter
171 mDelegate.clientAttached(binder); in clientAttached()
H A DSoundTriggerHalWatchdog.java146 public void clientAttached(IBinder binder) { in clientAttached() method in SoundTriggerHalWatchdog
147 mUnderlying.clientAttached(binder); in clientAttached()
H A DSoundTriggerDuplicateModelHandler.java183 public void clientAttached(IBinder binder) { in clientAttached() method in SoundTriggerDuplicateModelHandler
184 mDelegate.clientAttached(binder); in clientAttached()
H A DFakeHalFactory.java73 public void clientAttached(IBinder token) { in create()
H A DISoundTriggerHal.java149 void clientAttached(IBinder token); in clientAttached() method
H A DSoundTriggerHalEnforcer.java215 public void clientAttached(IBinder binder) { in clientAttached() method in SoundTriggerHalEnforcer
216 mUnderlying.clientAttached(binder); in clientAttached()
H A DSoundTriggerHalConcurrentCaptureHandler.java287 public void clientAttached(IBinder binder) { in clientAttached() method in SoundTriggerHalConcurrentCaptureHandler
288 mDelegate.clientAttached(binder); in clientAttached()
H A DSoundTriggerHw3Compat.java192 public void clientAttached(IBinder binder) { in clientAttached() method in SoundTriggerHw3Compat
H A DSoundTriggerModule.java243 mHalService.clientAttached(mToken); in Session()
H A DSoundTriggerHw2Compat.java421 public void clientAttached(IBinder binder) { in clientAttached() method in SoundTriggerHw2Compat
/aosp14/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
H A DSoundTriggerDuplicateModelHandlerTest.java272 mComponent.clientAttached(token); in testDelegation()
273 inOrder.verify(mUnderlying).clientAttached(eq(token)); in testDelegation()