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

  /system/media/audio_route/
audio_route.c 32 #define MIXER_XML_PATH "/system/etc/mixer_paths.xml"
881 xml_path = MIXER_XML_PATH;
912 ALOGE("Error in mixer xml (%s)", MIXER_XML_PATH);
  /hardware/qcom/audio/hal/msm8960/
platform.c 41 #define MIXER_XML_PATH "/system/etc/mixer_paths.xml"
281 adev->audio_route = audio_route_init(MIXER_CARD, MIXER_XML_PATH);
    [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c 37 #define MIXER_XML_PATH "/system/etc/mixer_paths.xml"
495 char *mixer_xml_path)
499 strlcpy(mixer_xml_path, MIXER_XML_PATH_MTP,
503 strlcpy(mixer_xml_path, MIXER_XML_PATH_MSM8909_PM8916,
507 strlcpy(mixer_xml_path, MIXER_XML_PATH_MTP,
511 strlcpy(mixer_xml_path, MIXER_XML_PATH_L9300,
514 strlcpy(mixer_xml_path, MIXER_XML_PATH,
515 sizeof(MIXER_XML_PATH));
847 char mixer_xml_path[MAX_MIXER_XML_PATH] = {0}; local
    [all...]

Completed in 82 milliseconds