HomeSort by relevance Sort by last modified time
    Searched refs:stopAllRecognitions (Results 1 - 12 of 12) sorted by null

  /frameworks/av/services/soundtrigger/
SoundTriggerHalLegacy.h 68 int stopAllRecognitions();
SoundTriggerHalInterface.h 72 virtual int stopAllRecognitions() = 0;
SoundTriggerHalLegacy.cpp 115 int SoundTriggerHalLegacy::stopAllRecognitions()
SoundTriggerHalHidl.h 93 virtual int stopAllRecognitions();
SoundTriggerHalHidl.cpp 339 int SoundTriggerHalHidl::stopAllRecognitions()
349 hidlReturn = soundtrigger->stopAllRecognitions();
353 ALOGE("stopAllRecognitions error %s", hidlReturn.description().c_str());
SoundTriggerHwService.cpp 837 (mHalInterface != 0) && (mHalInterface->stopAllRecognitions() != -ENOSYS);
    [all...]
  /hardware/interfaces/soundtrigger/2.0/
ISoundTriggerHw.hal 245 stopAllRecognitions()
  /hardware/interfaces/soundtrigger/2.1/default/
SoundTriggerHw.h 85 Return<int32_t> stopAllRecognitions() override { return mImpl->stopAllRecognitions(); }
  /hardware/interfaces/soundtrigger/2.0/default/
SoundTriggerHalImpl.h 87 Return<int32_t> stopAllRecognitions();
128 Return<int32_t> stopAllRecognitions() override { return mImpl->stopAllRecognitions(); }
SoundTriggerHalImpl.cpp 232 Return<int32_t> SoundTriggerHalImpl::stopAllRecognitions() {
  /hardware/interfaces/soundtrigger/2.0/vts/functional/
VtsHalSoundtriggerV2_0TargetTest.cpp 313 * Test ISoundTriggerHw::stopAllRecognitions() method
319 TEST_F(SoundTriggerHidlTest, stopAllRecognitions) {
322 hidlReturn = mSoundTriggerHal->stopAllRecognitions();
  /hardware/interfaces/soundtrigger/2.1/vts/functional/
VtsHalSoundtriggerV2_1TargetTest.cpp 486 * Test ISoundTriggerHw::stopAllRecognitions() method
492 TEST_F(SoundTriggerHidlTest, stopAllRecognitions) {
495 hidlReturn = mSoundTriggerHal->stopAllRecognitions();

Completed in 443 milliseconds