Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerInstrumentation.java56 public final class SoundTriggerInstrumentation { class
189 synchronized (SoundTriggerInstrumentation.this.mLock) { in triggerUnloadModel()
238 synchronized (SoundTriggerInstrumentation.this.mLock) { in setModelCallback()
255 synchronized (SoundTriggerInstrumentation.this.mLock) { in clearModelCallback()
279 synchronized (SoundTriggerInstrumentation.this.mLock) { in wrap()
353 synchronized (SoundTriggerInstrumentation.this.mLock) { in triggerRecognitionEvent()
372 synchronized (SoundTriggerInstrumentation.this.mLock) { in triggerAbortRecognition()
393 synchronized (SoundTriggerInstrumentation.this.mLock) { in setRecognitionCallback()
411 synchronized (SoundTriggerInstrumentation.this.mLock) { in clearRecognitionCallback()
426 synchronized (SoundTriggerInstrumentation.this.mLock) { in wrap()
[all …]
H A DSoundTriggerManager.java734 public static SoundTriggerInstrumentation attachInstrumentation( in attachInstrumentation()
736 @NonNull SoundTriggerInstrumentation.GlobalCallback callback) { in attachInstrumentation()
739 return new SoundTriggerInstrumentation(service, executor, callback); in attachInstrumentation()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2040 public final class SoundTriggerInstrumentation {
2047 public static interface SoundTriggerInstrumentation.GlobalCallback {
2051 … public void onModelLoaded(@NonNull android.media.soundtrigger.SoundTriggerInstrumentation.ModelSe…
2056 public static interface SoundTriggerInstrumentation.ModelCallback {
2059 … void onRecognitionStarted(@NonNull android.media.soundtrigger.SoundTriggerInstrumentation.Recogni…
2062 public class SoundTriggerInstrumentation.ModelSession {
2067 ….util.concurrent.Executor, @NonNull android.media.soundtrigger.SoundTriggerInstrumentation.ModelCa…
2071 public static interface SoundTriggerInstrumentation.RecognitionCallback {
2075 public class SoundTriggerInstrumentation.RecognitionSession {
2079 ….util.concurrent.Executor, @NonNull android.media.soundtrigger.SoundTriggerInstrumentation.Recogni…
[all …]