Home
last modified time | relevance | path

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

/frameworks/av/services/soundtrigger/
DSoundTriggerHalInterface.h72 virtual int stopAllRecognitions() = 0;
DSoundTriggerHalHidl.h96 virtual int stopAllRecognitions();
DSoundTriggerHalHidl.cpp378 int SoundTriggerHalHidl::stopAllRecognitions() in stopAllRecognitions() function in android::SoundTriggerHalHidl
388 hidlReturn = soundtrigger->stopAllRecognitions(); in stopAllRecognitions()
DSoundTriggerHwService.cpp880 (mHalInterface != 0) && (mHalInterface->stopAllRecognitions() != -ENOSYS); in setCaptureState_l()