/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.h | 101 virtual void soundModelCallback(struct sound_trigger_model_event* halEvent) = 0; 136 void soundModelCallback(struct sound_trigger_model_event* halEvent) override; 161 static void soundModelCallback(struct sound_trigger_model_event* halEvent, void* cookie); 178 void soundModelCallback(struct sound_trigger_model_event* halEvent) override;
|
D | SoundTriggerHw.cpp | 66 client->soundModelCallback(halEvent); in soundModelCallback_() 529 void SoundTriggerHw::SoundModelClient_2_0::soundModelCallback( in soundModelCallback() function in android::hardware::soundtrigger::V2_2::implementation::SoundTriggerHw::SoundModelClient_2_0 534 mCallback->soundModelCallback(event, mCookie); in soundModelCallback() 680 void SoundTriggerHw::SoundModelClient_2_1::soundModelCallback( in soundModelCallback() function in android::hardware::soundtrigger::V2_2::implementation::SoundTriggerHw::SoundModelClient_2_1
|
/hardware/interfaces/soundtrigger/2.3/default/ |
D | SoundTriggerHw.h | 118 virtual void soundModelCallback(struct sound_trigger_model_event* halEvent) = 0; 152 void soundModelCallback(struct sound_trigger_model_event* halEvent) override; 182 static void soundModelCallback(struct sound_trigger_model_event* halEvent, void* cookie); 199 void soundModelCallback(struct sound_trigger_model_event* halEvent) override;
|
D | SoundTriggerHw.cpp | 66 client->soundModelCallback(halEvent); in soundModelCallback_() 585 void SoundTriggerHw::SoundModelClient_2_0::soundModelCallback( in soundModelCallback() function in android::hardware::soundtrigger::V2_3::implementation::SoundTriggerHw::SoundModelClient_2_0 590 mCallback->soundModelCallback(event, mCookie); in soundModelCallback() 736 void SoundTriggerHw::SoundModelClient_2_1::soundModelCallback( in soundModelCallback() function in android::hardware::soundtrigger::V2_3::implementation::SoundTriggerHw::SoundModelClient_2_1
|
/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.h | 55 virtual void soundModelCallback(struct sound_trigger_model_event* halEvent) = 0; 141 void soundModelCallback(struct sound_trigger_model_event* halEvent) override; 166 static void soundModelCallback(struct sound_trigger_model_event* halEvent, void* cookie);
|
D | SoundTriggerHalImpl.cpp | 30 void SoundTriggerHalImpl::soundModelCallback(struct sound_trigger_model_event* halEvent, in soundModelCallback() function in android::hardware::soundtrigger::V2_0::implementation::SoundTriggerHalImpl 48 client->soundModelCallback(halEvent); in soundModelCallback() 110 ret = mHwDevice->load_sound_model(mHwDevice, halSoundModel, soundModelCallback, client.get(), in doLoadSoundModel() 504 void SoundTriggerHalImpl::SoundModelClient_2_0::soundModelCallback( in soundModelCallback() function in android::hardware::soundtrigger::V2_0::implementation::SoundTriggerHalImpl::SoundModelClient_2_0 509 mCallback->soundModelCallback(event, mCookie); in soundModelCallback()
|
/hardware/interfaces/soundtrigger/2.1/default/ |
D | SoundTriggerHw.h | 117 void soundModelCallback(struct sound_trigger_model_event* halEvent) override;
|
D | SoundTriggerHw.cpp | 175 void SoundTriggerHw::SoundModelClient_2_1::soundModelCallback( in soundModelCallback() function in android::hardware::soundtrigger::V2_1::implementation::SoundTriggerHw::SoundModelClient_2_1
|
/hardware/interfaces/soundtrigger/2.0/vts/functional/ |
D | VtsHalSoundtriggerV2_0TargetTest.cpp | 124 virtual Return<void> soundModelCallback( in soundModelCallback() function in SoundTriggerHidlTest::SoundTriggerHwCallback
|
/hardware/interfaces/soundtrigger/2.0/ |
D | ISoundTriggerHwCallback.hal | 116 soundModelCallback(ModelEvent event, CallbackCookie cookie);
|
/hardware/interfaces/soundtrigger/2.1/vts/functional/ |
D | VtsHalSoundtriggerV2_1TargetTest.cpp | 130 Return<void> soundModelCallback(const V2_0_ISoundTriggerHwCallback::ModelEvent& event, in soundModelCallback() function in SoundTriggerHidlTest::SoundTriggerHwCallback
|