Searched refs:SoundModelClient_2_0 (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.h | 134 class SoundModelClient_2_0 : public SoundModelClient { 136 SoundModelClient_2_0(uint32_t id, ISoundTriggerHwCallback::CallbackCookie cookie, in SoundModelClient_2_0() function
|
D | SoundTriggerHalImpl.cpp | 133 sp<SoundModelClient> client = new SoundModelClient_2_0(nextUniqueModelId(), cookie, callback); in loadSoundModel() 142 sp<SoundModelClient> client = new SoundModelClient_2_0(nextUniqueModelId(), cookie, callback); in loadPhraseSoundModel() 488 void SoundTriggerHalImpl::SoundModelClient_2_0::recognitionCallback( in recognitionCallback() 504 void SoundTriggerHalImpl::SoundModelClient_2_0::soundModelCallback( in soundModelCallback()
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.h | 129 class SoundModelClient_2_0 : public SoundModelClient { 131 SoundModelClient_2_0(uint32_t id, V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in SoundModelClient_2_0() function
|
D | SoundTriggerHw.cpp | 152 new SoundModelClient_2_0(nextUniqueModelId(), cookie, callback); in loadSoundModel() 163 new SoundModelClient_2_0(nextUniqueModelId(), cookie, callback); in loadPhraseSoundModel() 513 void SoundTriggerHw::SoundModelClient_2_0::recognitionCallback( in recognitionCallback() 529 void SoundTriggerHw::SoundModelClient_2_0::soundModelCallback( in soundModelCallback()
|
/hardware/interfaces/soundtrigger/2.3/default/ |
D | SoundTriggerHw.h | 145 class SoundModelClient_2_0 : public SoundModelClient { 147 SoundModelClient_2_0(uint32_t id, V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in SoundModelClient_2_0() function
|
D | SoundTriggerHw.cpp | 153 new SoundModelClient_2_0(nextUniqueModelId(), cookie, callback); in loadSoundModel() 164 new SoundModelClient_2_0(nextUniqueModelId(), cookie, callback); in loadPhraseSoundModel() 569 void SoundTriggerHw::SoundModelClient_2_0::recognitionCallback( in recognitionCallback() 585 void SoundTriggerHw::SoundModelClient_2_0::soundModelCallback( in soundModelCallback()
|