Home
last modified time | relevance | path

Searched refs:hw_properties (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c73 static const struct sound_trigger_properties hw_properties = { variable
603 memcpy(properties, &hw_properties, sizeof(struct sound_trigger_properties)); in stdev_get_properties()
643 if (model_count >= hw_properties.max_sound_models) { in stdev_load_sound_model()
/hardware/libhardware/modules/radio/
Dradio_hw.c41 static const radio_hal_properties_t hw_properties = { variable
655 memcpy(properties, &hw_properties, sizeof(radio_hal_properties_t)); in rdev_get_properties()
/hardware/knowles/athletico/sound_trigger_hal/
Dsound_trigger_hw_iaxxx.c94 static const struct sound_trigger_properties hw_properties = { variable
2532 memcpy(properties, &hw_properties, sizeof(struct sound_trigger_properties)); in stdev_get_properties()
3462 stdev->is_concurrent_capture = hw_properties.concurrent_capture; in stdev_open()