Home
last modified time | relevance | path

Searched refs:max_sound_models (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/media/audio/include/system/
H A Dsound_trigger.h83 unsigned int max_sound_models; /* maximum number of concurrent sound models member
/aosp12/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.cpp322 properties->maxSoundModels = halProperties->max_sound_models; in convertPropertiesFromHal()
/aosp12/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c643 if (model_count >= hw_properties.max_sound_models) { in stdev_load_sound_model()
/aosp12/hardware/interfaces/soundtrigger/2.2/default/
H A DSoundTriggerHw.cpp344 properties->maxSoundModels = halProperties->max_sound_models; in convertPropertiesFromHal()
/aosp12/hardware/interfaces/soundtrigger/2.3/default/
H A DSoundTriggerHw.cpp341 properties->maxSoundModels = halProperties->max_sound_models; in convertPropertiesFromHal()