Home
last modified time | relevance | path

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

/hardware/interfaces/soundtrigger/2.0/default/
DSoundTriggerHalImpl.h87 Return<int32_t> stopAllRecognitions();
128 Return<int32_t> stopAllRecognitions() override { return mImpl->stopAllRecognitions(); } in stopAllRecognitions() function
DSoundTriggerHalImpl.cpp232 Return<int32_t> SoundTriggerHalImpl::stopAllRecognitions() { in stopAllRecognitions() function in android::hardware::soundtrigger::V2_0::implementation::SoundTriggerHalImpl
/hardware/interfaces/soundtrigger/2.1/default/
DSoundTriggerHw.h85 Return<int32_t> stopAllRecognitions() override { return mImpl->stopAllRecognitions(); } in stopAllRecognitions() function
/hardware/interfaces/soundtrigger/2.2/default/
DSoundTriggerHw.h69 Return<int32_t> stopAllRecognitions() override;
DSoundTriggerHw.cpp255 Return<int32_t> SoundTriggerHw::stopAllRecognitions() { in stopAllRecognitions() function in android::hardware::soundtrigger::V2_2::implementation::SoundTriggerHw
/hardware/interfaces/soundtrigger/2.3/default/
DSoundTriggerHw.h69 Return<int32_t> stopAllRecognitions() override;
DSoundTriggerHw.cpp256 Return<int32_t> SoundTriggerHw::stopAllRecognitions() { in stopAllRecognitions() function in android::hardware::soundtrigger::V2_3::implementation::SoundTriggerHw
/hardware/interfaces/soundtrigger/2.0/
DISoundTriggerHw.hal245 stopAllRecognitions()