Searched refs:loadSoundModel (Results 1 – 8 of 8) sorted by relevance
/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/interfaces/soundtrigger/2.1/vts/functional/ |
D | VtsHalSoundtriggerV2_1TargetTest.cpp | 288 mSoundTriggerHal->loadSoundModel(model, mCallback, 0, [&](int32_t retval, auto res) { in TEST_F() 316 mSoundTriggerHal->loadSoundModel(model, mCallback, 0, [&](int32_t retval, auto res) { in TEST_F()
|
/hardware/interfaces/soundtrigger/2.1/ |
D | ISoundTriggerHwCallback.hal | 88 * initiated (see ISoundtriggerHw.loadSoundModel*())
|
D | ISoundTriggerHw.hal | 75 * Must have the exact same semantics as loadSoundModel from
|
/hardware/interfaces/soundtrigger/2.0/vts/functional/ |
D | VtsHalSoundtriggerV2_0TargetTest.cpp | 234 Return<void> loadReturn = mSoundTriggerHal->loadSoundModel( in TEST_F()
|
/hardware/interfaces/soundtrigger/2.0/ |
D | ISoundTriggerHw.hal | 66 * passed to loadSoundModel() and contains the binary data of the 160 loadSoundModel(SoundModel soundModel,
|