OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
677
xml_path =
MIXER_XML_PATH
;
708
ALOGE("Error in mixer xml (%s)",
MIXER_XML_PATH
);
/hardware/qcom/audio/hal/msm8960/
platform.c
40
#define
MIXER_XML_PATH
"/system/etc/mixer_paths.xml"
262
adev->audio_route = audio_route_init(MIXER_CARD,
MIXER_XML_PATH
);
[
all
...]
/hardware/qcom/audio/hal/msm8974/
platform.c
29
#define
MIXER_XML_PATH
"/system/etc/mixer_paths.xml"
283
adev->audio_route = audio_route_init(MIXER_CARD,
MIXER_XML_PATH
);
Completed in 119 milliseconds