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 206 audio_route_apply_path(adev->ar, "speaker");
208 audio_route_apply_path(adev->ar, "headphone");
210 audio_route_apply_path(adev->ar, "dock");
213 audio_route_apply_path(adev->ar, "main-mic-left");
215 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
703 if (audio_route_apply_path(ar, name) < 0) {
  /device/samsung/manta/audio/
audio_hw.c 581 audio_route_apply_path(adev->ar, output_route);
583 audio_route_apply_path(adev->ar, input_route);
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 740 audio_route_apply_path(mixer_card->audio_route, snd_device_name);
    [all...]

Completed in 541 milliseconds