Home
last modified time | relevance | path

Searched refs:load_sound_model (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/libhardware/include/hardware/
H A Dsound_trigger.h85 int (*load_sound_model)(const struct sound_trigger_hw_device *dev, member
/aosp12/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.cpp110 ret = mHwDevice->load_sound_model(mHwDevice, halSoundModel, soundModelCallback, client.get(), in doLoadSoundModel()
/aosp12/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c896 stdev->device.load_sound_model = stdev_load_sound_model; in stdev_open()
/aosp12/hardware/interfaces/soundtrigger/2.2/default/
H A DSoundTriggerHw.cpp128 ret = mHwDevice->load_sound_model(mHwDevice, halSoundModel, soundModelCallback_, client.get(), in doLoadSoundModel()
/aosp12/hardware/interfaces/soundtrigger/2.3/default/
H A DSoundTriggerHw.cpp129 ret = mHwDevice->load_sound_model(mHwDevice, halSoundModel, soundModelCallback_, client.get(), in doLoadSoundModel()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dsound_trigger_hw_iaxxx.c3551 stdev->device.load_sound_model = stdev_load_sound_model; in stdev_open()