Searched refs:audio_route (Results 1 – 3 of 3) sorted by relevance
/system/media/audio_route/include/audio_route/ |
D | 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/ |
D | audio_route.c | 71 struct audio_route { struct 82 struct audio_route *ar; argument 121 static inline struct mixer_ctl *index_to_ctl(struct audio_route *ar, in index_to_ctl() 128 static void path_print(struct audio_route *ar, struct mixer_path *path) 152 static void path_free(struct audio_route *ar) in path_free() 175 static struct mixer_path *path_get_by_name(struct audio_route *ar, in path_get_by_name() 187 static struct mixer_path *path_create(struct audio_route *ar, const char *name) in path_create() 263 static int path_add_setting(struct audio_route *ar, struct mixer_path *path, in path_add_setting() 299 static int path_add_value(struct audio_route *ar, struct mixer_path *path, in path_add_value() 369 static int path_add_path(struct audio_route *ar, struct mixer_path *path, in path_add_path() [all …]
|
D | Android.bp | 7 srcs: ["audio_route.c"],
|