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

  /system/media/audio_route/include/audio_route/
audio_route.h 25 struct audio_route *audio_route_init(unsigned int card, const char *xml_path);
26 void audio_route_free(struct audio_route *ar);
29 int audio_route_apply_path(struct audio_route *ar, const char *name);
32 int audio_route_apply_and_update_path(struct audio_route *ar, const char *name);
35 int audio_route_reset_path(struct audio_route *ar, const char *name);
38 int audio_route_reset_and_update_path(struct audio_route *ar, const char *name);
41 void audio_route_reset(struct audio_route *ar);
44 int audio_route_update_mixer(struct audio_route *ar);
  /system/media/audio_route/
Android.mk 7 LOCAL_SRC_FILES:= audio_route.c
audio_route.c 18 #define LOG_TAG "audio_route"
62 struct audio_route { struct
73 struct audio_route *ar;
92 static inline struct mixer_ctl *index_to_ctl(struct audio_route *ar,
98 static void path_print(struct audio_route *ar, struct mixer_path *path)
113 static void path_free(struct audio_route *ar)
129 static struct mixer_path *path_get_by_name(struct audio_route *ar,
141 static struct mixer_path *path_create(struct audio_route *ar, const char *name)
217 static int path_add_setting(struct audio_route *ar, struct mixer_path *path,
244 static int path_add_value(struct audio_route *ar, struct mixer_path *path
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 27 #include <audio_route/audio_route.h>
208 struct audio_route *audio_route; member in struct:audio_device
audio_hw.c 244 audio_route_apply_and_update_path(adev->audio_route, mixer_path);
267 audio_route_reset_and_update_path(adev->audio_route, mixer_path);
296 audio_route_apply_and_update_path(adev->audio_route, dev_path);
317 audio_route_reset_and_update_path(adev->audio_route, dev_path);
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.h 27 #include <audio_route/audio_route.h>
364 struct audio_route* audio_route; member in struct:mixer_card
audio_hw.c 332 audio_route_free(mixer_card->audio_route);
343 struct audio_route *audio_route; local
367 audio_route = audio_route_init(card, mixer_path);
368 if (!audio_route) {
376 mixer_card->audio_route = audio_route;
738 audio_route_apply_path(mixer_card->audio_route, snd_device_name);
740 audio_route_update_mixer(mixer_card->audio_route);
768 audio_route_reset_path(mixer_card->audio_route, snd_device_name)
    [all...]
  /build/core/
pathmap.mk 49 audio-route:system/media/audio_route/include \
  /hardware/qcom/audio/hal/msm8974/
platform.c 424 audio_route_apply_and_update_path(adev->audio_route, mixer_path);
426 audio_route_reset_and_update_path(adev->audio_route, mixer_path);
679 adev->audio_route = audio_route_init(snd_card_num, MIXER_XML_PATH);
680 if (!adev->audio_route) {
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 38 #include <audio_route/audio_route.h>
116 struct audio_route *ar;
    [all...]
  /hardware/qcom/audio/hal/msm8960/
platform.c 266 adev->audio_route = audio_route_init(MIXER_CARD, MIXER_XML_PATH);
267 if (!adev->audio_route) {
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 42 #include <audio_route/audio_route.h>
136 struct audio_route *ar;
    [all...]

Completed in 375 milliseconds