HomeSort by relevance Sort by last modified time
    Searched refs:loadSoundModel_2_1 (Results 1 - 5 of 5) sorted by null

  /hardware/interfaces/soundtrigger/2.1/
ISoundTriggerHw.hal 32 * passed to loadSoundModel_2_1() and contains the binary data of the
96 loadSoundModel_2_1(SoundModel soundModel,
  /hardware/interfaces/soundtrigger/2.1/default/
SoundTriggerHw.h 43 Return<void> loadSoundModel_2_1(const V2_1::ISoundTriggerHw::SoundModel& soundModel,
88 Return<void> loadSoundModel_2_1(const V2_1::ISoundTriggerHw::SoundModel& soundModel,
91 return mImpl->loadSoundModel_2_1(soundModel, callback, cookie, _hidl_cb);
SoundTriggerHw.cpp 100 Return<void> SoundTriggerHw::loadSoundModel_2_1(
  /hardware/interfaces/soundtrigger/2.1/vts/functional/
VtsHalSoundtriggerV2_1TargetTest.cpp 327 * Test ISoundTriggerHw::loadSoundModel_2_1() method
340 mSoundTriggerHal->loadSoundModel_2_1(model, mCallback, 0, [&](int32_t retval, auto res) {
351 * Test ISoundTriggerHw::loadSoundModel_2_1() method
379 mSoundTriggerHal->loadSoundModel_2_1(model, mCallback, 0, [&](int32_t retval, auto res) {
  /frameworks/av/services/soundtrigger/
SoundTriggerHalHidl.cpp 212 hidlReturn = soundtrigger_2_1->loadSoundModel_2_1(halSoundModel,

Completed in 168 milliseconds