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

  /device/asus/grouper/audio/
audio_hw.c 120 struct stream_out *active_out; member in struct:audio_device
232 adev->active_out = NULL;
331 adev->active_out = out;
363 if (adev->active_out) {
364 struct stream_out *out = adev->active_out;
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 785 struct stream_out *active_out; local
803 active_out = (struct stream_out *)usecase->stream;
806 out_snd_device = get_output_snd_device(adev, active_out->devices);
807 in_snd_device = get_input_snd_device(adev, active_out->devices);
808 usecase->devices = active_out->devices;
826 usecase->devices = active_out->devices;
829 out_snd_device = get_output_snd_device(adev, active_out->devices);
830 if (active_out == adev->primary_output &&
    [all...]

Completed in 65 milliseconds