Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dsound_trigger.h118 int (*stop_all_recognitions)(const struct sound_trigger_hw_device* dev); member
/hardware/interfaces/soundtrigger/2.0/default/
DSoundTriggerHalImpl.cpp240 mHwDevice->stop_all_recognitions) { in stopAllRecognitions()
241 ret = mHwDevice->stop_all_recognitions(mHwDevice); in stopAllRecognitions()
/hardware/interfaces/soundtrigger/2.2/default/
DSoundTriggerHw.cpp263 mHwDevice->stop_all_recognitions) { in stopAllRecognitions()
264 ret = mHwDevice->stop_all_recognitions(mHwDevice); in stopAllRecognitions()
/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c900 stdev->device.stop_all_recognitions = stdev_stop_all_recognitions; in stdev_open()
/hardware/interfaces/soundtrigger/2.3/default/
DSoundTriggerHw.cpp263 ret = mHwDevice->stop_all_recognitions(mHwDevice); in stopAllRecognitions()