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

  /hardware/qcom/audio/hal/msm8916/
platform.c 111 struct operator_specific_device { struct
577 static struct operator_specific_device *get_operator_specific_device(snd_device_t snd_device)
580 struct operator_specific_device *ret = NULL;
581 struct operator_specific_device *device_item;
589 device_item = node_to_item(node, struct operator_specific_device, list);
600 struct operator_specific_device *device;
612 struct operator_specific_device *device;
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 92 struct operator_specific_device { struct
675 static struct operator_specific_device *get_operator_specific_device(snd_device_t snd_device)
678 struct operator_specific_device *ret = NULL;
679 struct operator_specific_device *device_item;
687 device_item = node_to_item(node, struct operator_specific_device, list);
699 struct operator_specific_device *device;
711 struct operator_specific_device *device;
    [all...]

Completed in 51 milliseconds