/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.h | 75 Return<void> loadSoundModel(const ISoundTriggerHw::SoundModel& soundModel, 104 Return<void> loadSoundModel(const ISoundTriggerHw::SoundModel& soundModel, in loadSoundModel() function 108 return mImpl->loadSoundModel(soundModel, callback, cookie, _hidl_cb); in loadSoundModel()
|
D | SoundTriggerHalImpl.cpp | 129 Return<void> SoundTriggerHalImpl::loadSoundModel(const ISoundTriggerHw::SoundModel& soundModel, in loadSoundModel() function in android::hardware::soundtrigger::V2_0::implementation::SoundTriggerHalImpl
|
/hardware/interfaces/soundtrigger/2.1/default/ |
D | SoundTriggerHw.h | 62 Return<void> loadSoundModel(const V2_0::ISoundTriggerHw::SoundModel& soundModel, in loadSoundModel() function 65 return mImpl->loadSoundModel(soundModel, callback, cookie, _hidl_cb); in loadSoundModel()
|
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | oslo_sound_model_control.cpp | 99 Return<void> hidlResult = stHal->loadSoundModel(soundModel, NULL, 0, in osloLoadSoundModel()
|
/hardware/interfaces/soundtrigger/2.1/ |
D | ISoundTriggerHwCallback.hal | 87 * initiated (see ISoundtriggerHw.loadSoundModel*())
|
D | ISoundTriggerHw.hal | 75 * Must have the exact same semantics as loadSoundModel from
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.h | 57 Return<void> loadSoundModel(const V2_0::ISoundTriggerHw::SoundModel& soundModel,
|
D | SoundTriggerHw.cpp | 147 Return<void> SoundTriggerHw::loadSoundModel(const V2_0::ISoundTriggerHw::SoundModel& soundModel, in loadSoundModel() function in android::hardware::soundtrigger::V2_2::implementation::SoundTriggerHw
|
/hardware/interfaces/soundtrigger/2.0/vts/functional/ |
D | VtsHalSoundtriggerV2_0TargetTest.cpp | 218 Return<void> loadReturn = mSoundTriggerHal->loadSoundModel( in TEST_P()
|
/hardware/interfaces/soundtrigger/2.3/default/ |
D | SoundTriggerHw.h | 57 Return<void> loadSoundModel(const V2_0::ISoundTriggerHw::SoundModel& soundModel,
|
D | SoundTriggerHw.cpp | 148 Return<void> SoundTriggerHw::loadSoundModel(const V2_0::ISoundTriggerHw::SoundModel& soundModel, in loadSoundModel() function in android::hardware::soundtrigger::V2_3::implementation::SoundTriggerHw
|
/hardware/interfaces/soundtrigger/2.0/ |
D | ISoundTriggerHwCallback.hal | 114 * initiated (see ISoundtriggerHw.loadSoundModel()
|
D | ISoundTriggerHw.hal | 66 * passed to loadSoundModel() and contains the binary data of the 160 loadSoundModel(SoundModel soundModel,
|
/hardware/interfaces/soundtrigger/2.1/vts/functional/ |
D | VtsHalSoundtriggerV2_1TargetTest.cpp | 217 mSoundTriggerHal->loadSoundModel(model, mCallback, 0, [&](int32_t retval, auto res) { in TEST_P()
|