Searched defs:TrampolineSoundTriggerHw_2_0 (Results 1 – 1 of 1) sorted by relevance
97 struct TrampolineSoundTriggerHw_2_0 : public ISoundTriggerHw { struct98 explicit TrampolineSoundTriggerHw_2_0(sp<SoundTriggerHalImpl> impl) : mImpl(impl) {} in TrampolineSoundTriggerHw_2_0() argument101 Return<void> getProperties(getProperties_cb _hidl_cb) override { in getProperties()104 Return<void> loadSoundModel(const ISoundTriggerHw::SoundModel& soundModel, in loadSoundModel()110 Return<void> loadPhraseSoundModel(const ISoundTriggerHw::PhraseSoundModel& soundModel, in loadPhraseSoundModel()116 Return<int32_t> unloadSoundModel(SoundModelHandle modelHandle) override { in unloadSoundModel()119 Return<int32_t> startRecognition( in startRecognition()125 Return<int32_t> stopRecognition(SoundModelHandle modelHandle) override { in stopRecognition()128 Return<int32_t> stopAllRecognitions() override { return mImpl->stopAllRecognitions(); } in stopAllRecognitions()