Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.h87 Return<int32_t> stopAllRecognitions();
128 Return<int32_t> stopAllRecognitions() override { return mImpl->stopAllRecognitions(); } in stopAllRecognitions() function
H A DSoundTriggerHalImpl.cpp232 Return<int32_t> SoundTriggerHalImpl::stopAllRecognitions() { in stopAllRecognitions() function in android::hardware::soundtrigger::V2_0::implementation::SoundTriggerHalImpl
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerHw2Watchdog.java85 public void stopAllRecognitions() { in stopAllRecognitions() method in SoundTriggerHw2Watchdog
87 mUnderlying.stopAllRecognitions(); in stopAllRecognitions()
H A DSoundTriggerHw2Enforcer.java117 public void stopAllRecognitions() { in stopAllRecognitions() method in SoundTriggerHw2Enforcer
119 mUnderlying.stopAllRecognitions(); in stopAllRecognitions()
H A DISoundTriggerHw2.java92 void stopAllRecognitions(); in stopAllRecognitions() method
H A DSoundTriggerHw2Compat.java209 public void stopAllRecognitions() { in stopAllRecognitions() method in SoundTriggerHw2Compat
211 int retval = as2_0().stopAllRecognitions(); in stopAllRecognitions()
/aosp12/hardware/interfaces/soundtrigger/2.1/default/
H A DSoundTriggerHw.h85 Return<int32_t> stopAllRecognitions() override { return mImpl->stopAllRecognitions(); } in stopAllRecognitions() function
/aosp12/hardware/interfaces/soundtrigger/2.2/default/
H A DSoundTriggerHw.h69 Return<int32_t> stopAllRecognitions() override;
H A DSoundTriggerHw.cpp255 Return<int32_t> SoundTriggerHw::stopAllRecognitions() { in stopAllRecognitions() function in android::hardware::soundtrigger::V2_2::implementation::SoundTriggerHw
/aosp12/hardware/interfaces/soundtrigger/2.3/default/
H A DSoundTriggerHw.h69 Return<int32_t> stopAllRecognitions() override;
H A DSoundTriggerHw.cpp256 Return<int32_t> SoundTriggerHw::stopAllRecognitions() { in stopAllRecognitions() function in android::hardware::soundtrigger::V2_3::implementation::SoundTriggerHw
/aosp12/hardware/interfaces/soundtrigger/2.1/
H A DISoundTriggerHw.hal158 @callflow(next={"stopRecognition", "stopAllRecognitions"})
/aosp12/hardware/interfaces/soundtrigger/2.0/
H A DISoundTriggerHw.hal245 stopAllRecognitions()