Home
last modified time | relevance | path

Searched refs:loadSoundModel (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/soundtrigger/2.0/default/
DSoundTriggerHalImpl.h75 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()
DSoundTriggerHalImpl.cpp129 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/
DSoundTriggerHw.h62 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/
Doslo_sound_model_control.cpp99 Return<void> hidlResult = stHal->loadSoundModel(soundModel, NULL, 0, in osloLoadSoundModel()
/hardware/interfaces/soundtrigger/2.1/
DISoundTriggerHwCallback.hal87 * initiated (see ISoundtriggerHw.loadSoundModel*())
DISoundTriggerHw.hal75 * Must have the exact same semantics as loadSoundModel from
/hardware/interfaces/soundtrigger/2.2/default/
DSoundTriggerHw.h57 Return<void> loadSoundModel(const V2_0::ISoundTriggerHw::SoundModel& soundModel,
DSoundTriggerHw.cpp147 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/
DVtsHalSoundtriggerV2_0TargetTest.cpp218 Return<void> loadReturn = mSoundTriggerHal->loadSoundModel( in TEST_P()
/hardware/interfaces/soundtrigger/2.3/default/
DSoundTriggerHw.h57 Return<void> loadSoundModel(const V2_0::ISoundTriggerHw::SoundModel& soundModel,
DSoundTriggerHw.cpp148 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/
DISoundTriggerHwCallback.hal114 * initiated (see ISoundtriggerHw.loadSoundModel()
DISoundTriggerHw.hal66 * passed to loadSoundModel() and contains the binary data of the
160 loadSoundModel(SoundModel soundModel,
/hardware/interfaces/soundtrigger/2.1/vts/functional/
DVtsHalSoundtriggerV2_1TargetTest.cpp217 mSoundTriggerHal->loadSoundModel(model, mCallback, 0, [&](int32_t retval, auto res) { in TEST_P()