Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestService.java310 + modelInfo.name + ", UUID=" + modelInfo.modelUuid + "!"); in reloadModel()
330 if (modelInfo.detector.startRecognition(modelInfo.captureAudio ? in startRecognition()
336 modelInfo.name + ", UUID=" + modelInfo.modelUuid); in startRecognition()
350 modelInfo.name + ", UUID=" + modelInfo.modelUuid); in stopRecognition()
354 modelInfo.name + ", UUID=" + modelInfo.modelUuid); in stopRecognition()
359 modelInfo.name + ", UUID=" + modelInfo.modelUuid); in stopRecognition()
422 return modelInfo != null && modelInfo.triggerAudioPlayer != null; in modelHasTriggerAudio()
427 return modelInfo != null && modelInfo.captureAudio; in modelWillCaptureTriggerAudio()
432 return modelInfo != null && modelInfo.captureAudioTrack != null; in modelHasCapturedAudio()
520 mModelInfoMap.put(modelInfo.modelUuid, modelInfo); in createModelInfo()
[all …]
/aosp12/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
H A DGenericSoundModelTest.java207 modelInfos.add(modelInfo); in testFuzzGenericSoundModel()
228 soundTriggerService.updateSoundModel(modelInfo.model); in testFuzzGenericSoundModel()
229 loadedModelUuids.add(modelInfo.model.getUuid()); in testFuzzGenericSoundModel()
230 modelInfo.status = STATUS_LOADED; in testFuzzGenericSoundModel()
234 modelInfo.model.getUuid()), in testFuzzGenericSoundModel()
238 modelInfo.status = STATUS_STARTED; in testFuzzGenericSoundModel()
253 modelInfo.model.getUuid()), in testFuzzGenericSoundModel()
257 modelInfo.status = STATUS_LOADED; in testFuzzGenericSoundModel()
261 loadedModelUuids.remove(modelInfo.model.getUuid()); in testFuzzGenericSoundModel()
265 new ParcelUuid(modelInfo.model.getUuid())); in testFuzzGenericSoundModel()
[all …]