Searched refs:mGlobalCallbackExecutor (Results 1 – 1 of 1) sorted by relevance
72 private final Executor mGlobalCallbackExecutor; field in SoundTriggerInstrumentation466 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()