Searched refs:MSG_DETECTION_ERROR (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetector.java59 private static final int MSG_DETECTION_ERROR = 3; field in class:SoundTriggerDetector
336 mHandler.sendEmptyMessage(MSG_DETECTION_ERROR);
378 case MSG_DETECTION_ERROR:
/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java179 private static final int MSG_DETECTION_ERROR = 3; field in class:AlwaysOnHotwordDetector
637 mHandler.sendEmptyMessage(MSG_DETECTION_ERROR);
670 case MSG_DETECTION_ERROR:
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
H A DGenericSoundModelTest.java51 static final int MSG_DETECTION_ERROR = -1; field in class:GenericSoundModelTest

Completed in 291 milliseconds