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

  /device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c 44 static const struct sound_trigger_properties hw_properties = { variable in typeref:struct:sound_trigger_properties
331 memcpy(properties, &hw_properties, sizeof(struct sound_trigger_properties));
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 45 static const struct sound_trigger_properties hw_properties = { variable in typeref:struct:sound_trigger_properties
364 memcpy(properties, &hw_properties, sizeof(struct sound_trigger_properties));
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 74 static const struct sound_trigger_properties hw_properties = { variable in typeref:struct:sound_trigger_properties
604 memcpy(properties, &hw_properties, sizeof(struct sound_trigger_properties));
644 if (model_count >= hw_properties.max_sound_models) {
    [all...]
  /hardware/libhardware/modules/radio/
radio_hw.c 37 static const radio_hal_properties_t hw_properties = { variable
633 memcpy(properties, &hw_properties, sizeof(radio_hal_properties_t));

Completed in 69 milliseconds