Home
last modified time | relevance | path

Searched refs:loadSoundModel (Results 1 – 8 of 8) 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/interfaces/soundtrigger/2.1/vts/functional/
DVtsHalSoundtriggerV2_1TargetTest.cpp288 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/
DISoundTriggerHwCallback.hal88 * initiated (see ISoundtriggerHw.loadSoundModel*())
DISoundTriggerHw.hal75 * Must have the exact same semantics as loadSoundModel from
/hardware/interfaces/soundtrigger/2.0/vts/functional/
DVtsHalSoundtriggerV2_0TargetTest.cpp234 Return<void> loadReturn = mSoundTriggerHal->loadSoundModel( in TEST_F()
/hardware/interfaces/soundtrigger/2.0/
DISoundTriggerHw.hal66 * passed to loadSoundModel() and contains the binary data of the
160 loadSoundModel(SoundModel soundModel,