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

  /hardware/interfaces/soundtrigger/2.1/default/
SoundTriggerHw.cpp 110 _hidl_cb(doLoadSoundModel(soundModel_2_0, client), client->getId());
132 _hidl_cb(doLoadSoundModel((const V2_0::ISoundTriggerHw::SoundModel&)soundModel_2_0, client),
  /hardware/interfaces/soundtrigger/2.0/default/
SoundTriggerHalImpl.cpp 91 int SoundTriggerHalImpl::doLoadSoundModel(const ISoundTriggerHw::SoundModel& soundModel,
96 ALOGV("doLoadSoundModel() data size %zu", soundModel.data.size());
134 _hidl_cb(doLoadSoundModel(soundModel, client), client->getId());
143 _hidl_cb(doLoadSoundModel((const ISoundTriggerHw::SoundModel&)soundModel, client),
SoundTriggerHalImpl.h 90 int doLoadSoundModel(const ISoundTriggerHw::SoundModel& soundModel,

Completed in 74 milliseconds