Home
last modified time | relevance | path

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

/cts/tests/tests/soundtrigger/src/android/soundtrigger/cts/instrumentation/
DSoundTriggerInstrumentationObserver.java73 private final Object mModelSessionLock = new Object(); field in SoundTriggerInstrumentationObserver.ModelSessionObserver
88 synchronized (mModelSessionLock) {
99 synchronized (mModelSessionLock) {
107 synchronized (mModelSessionLock) {
126 synchronized (mModelSessionLock) { in getOnRecognitionStartedFuture()
136 synchronized (mModelSessionLock) { in getOnRecognitionStoppedFuture()
146 synchronized (mModelSessionLock) { in getOnModelUnloadedFuture()
157 synchronized (mModelSessionLock) { in resetOnRecognitionStartedFuture()
169 synchronized (mModelSessionLock) { in resetOnRecognitionStoppedFuture()
181 synchronized (mModelSessionLock) { in resetOnModelUnloadedFuture()
[all …]