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

  /system/media/audio_route/
audio_route.c 18 #define LOG_TAG "audio_route"
70 struct audio_route { struct
81 struct audio_route *ar;
120 static inline struct mixer_ctl *index_to_ctl(struct audio_route *ar,
127 static void path_print(struct audio_route *ar, struct mixer_path *path)
151 static void path_free(struct audio_route *ar)
168 static struct mixer_path *path_get_by_name(struct audio_route *ar,
180 static struct mixer_path *path_create(struct audio_route *ar, const char *name)
256 static int path_add_setting(struct audio_route *ar, struct mixer_path *path,
292 static int path_add_value(struct audio_route *ar, struct mixer_path *path
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 308 audio_route_free(mixer_card->audio_route);
319 struct audio_route *audio_route; local
343 audio_route = audio_route_init(card, mixer_path);
344 if (!audio_route) {
352 mixer_card->audio_route = audio_route;
709 audio_route_apply_path(mixer_card->audio_route, snd_device_name);
711 audio_route_update_mixer(mixer_card->audio_route);
739 audio_route_reset_path(mixer_card->audio_route, snd_device_name)
    [all...]
audio_hw.h 26 #include <audio_route/audio_route.h>
294 struct audio_route* audio_route; member in struct:mixer_card
  /hardware/qcom/audio/hal/
audio_hw.h 27 #include <audio_route/audio_route.h>
315 struct audio_route *audio_route; member in struct:audio_device

Completed in 217 milliseconds