Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerInstrumentation.java72 private final Executor mGlobalCallbackExecutor; field in SoundTriggerInstrumentation
466 mGlobalCallbackExecutor.execute(() -> mClientCallback.onModelLoaded(modelSession)); in onSoundModelLoaded()
520 mGlobalCallbackExecutor.execute(() -> mClientCallback.onRestarted()); in onRestarted()
528 mGlobalCallbackExecutor.execute(() -> mClientCallback.onFrameworkDetached()); in onFrameworkDetached()
537 mGlobalCallbackExecutor.execute(() -> mClientCallback.onClientAttached()); in onClientAttached()
546 mGlobalCallbackExecutor.execute(() -> mClientCallback.onClientDetached()); in onClientDetached()
553 mGlobalCallbackExecutor.execute(() -> mClientCallback.onPreempted()); in onPreempted()
566 mGlobalCallbackExecutor = Objects.requireNonNull(executor); in SoundTriggerInstrumentation()