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

  /system/media/audio_route/
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 26 #include <audio_route/audio_route.h>
189 struct audio_route *audio_route; member in struct:audio_device

Completed in 42 milliseconds