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

  /system/media/audio_route/include/audio_route/
audio_route.h 29 int audio_route_apply_path(struct audio_route *ar, const char *name);
  /device/asus/grouper/audio/
audio_hw.c 194 audio_route_apply_path(adev->ar, "speaker");
196 audio_route_apply_path(adev->ar, "headphone");
198 audio_route_apply_path(adev->ar, "dock");
201 audio_route_apply_path(adev->ar, "main-mic-left");
203 audio_route_apply_path(adev->ar, "main-mic-top");
    [all...]
  /system/media/audio_route/
audio_route.c 606 int audio_route_apply_path(struct audio_route *ar, const char *name) function
  /device/samsung/manta/audio/
audio_hw.c 561 audio_route_apply_path(adev->ar, output_route);
563 audio_route_apply_path(adev->ar, input_route);
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 178 audio_route_apply_path(adev->audio_route, mixer_path);
236 audio_route_apply_path(adev->audio_route, platform_get_snd_device_name(snd_device));
    [all...]

Completed in 112 milliseconds