Home
last modified time | relevance | path

Searched defs:TrampolineSoundTriggerHw_2_1 (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/soundtrigger/2.1/default/
DSoundTriggerHw.h55 struct TrampolineSoundTriggerHw_2_1 : public ISoundTriggerHw { struct
56 explicit TrampolineSoundTriggerHw_2_1(sp<SoundTriggerHw> impl) : mImpl(impl) {} in TrampolineSoundTriggerHw_2_1() argument
59 Return<void> getProperties(getProperties_cb _hidl_cb) override { in getProperties()
62 Return<void> loadSoundModel(const V2_0::ISoundTriggerHw::SoundModel& soundModel, in loadSoundModel()
67 Return<void> loadPhraseSoundModel(const V2_0::ISoundTriggerHw::PhraseSoundModel& soundModel, in loadPhraseSoundModel()
73 Return<int32_t> unloadSoundModel(V2_0::SoundModelHandle modelHandle) override { in unloadSoundModel()
76 Return<int32_t> startRecognition(int32_t modelHandle, in startRecognition()
82 Return<int32_t> stopRecognition(V2_0::SoundModelHandle modelHandle) override { in stopRecognition()
85 Return<int32_t> stopAllRecognitions() override { return mImpl->stopAllRecognitions(); } in stopAllRecognitions()
88 Return<void> loadSoundModel_2_1(const V2_1::ISoundTriggerHw::SoundModel& soundModel, in loadSoundModel_2_1()
[all …]