Home
last modified time | relevance | path

Searched refs:stream_in (Results 1 – 7 of 7) sorted by relevance

/device/google/dragon/audio/hal/
Daudio_hw.c522 struct stream_in *active_input = NULL; in get_input_snd_device()
527 active_input = (struct stream_in *)usecase->stream; in get_input_snd_device()
755 struct stream_in *active_input = NULL; in select_devices()
766 active_input = (struct stream_in *)usecase->stream; in select_devices()
808 usecase->devices = ((struct stream_in *)usecase->stream)->devices; in select_devices()
860 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames);
861 static int do_in_standby_l(struct stream_in *in);
873 static uint32_t in_get_aux_channels(struct stream_in *in) in in_get_aux_channels()
946 static int in_reconfigure_channels(struct stream_in *in, in in_reconfigure_channels()
983 static void in_update_aux_channels(struct stream_in *in, in in_update_aux_channels()
[all …]
Daudio_hw.h247 struct stream_in { struct
314 struct stream_in* active_input;
/device/htc/flounder/audio/hal/
Daudio_hw.c553 struct stream_in *active_input = NULL; in get_input_snd_device()
558 active_input = (struct stream_in *)usecase->stream; in get_input_snd_device()
805 struct stream_in *active_input = NULL; in select_devices()
816 active_input = (struct stream_in *)usecase->stream; in select_devices()
858 usecase->devices = ((struct stream_in *)usecase->stream)->devices; in select_devices()
917 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames);
918 static int do_in_standby_l(struct stream_in *in);
921 static void get_capture_reference_delay(struct stream_in *in, in get_capture_reference_delay()
961 static void get_capture_delay(struct stream_in *in, in get_capture_delay()
1014 static int32_t update_echo_reference(struct stream_in *in, size_t frames) in update_echo_reference()
[all …]
Daudio_hw.h315 struct stream_in { struct
393 struct stream_in* active_input;
/device/asus/fugu/libaudio/
Daudio_hal_thunks.cpp437 struct audio_stream_in **stream_in, in adev_open_input_stream() argument
449 *stream_in = NULL; in adev_open_input_stream()
485 *stream_in = &in->stream; in adev_open_input_stream()
/device/linaro/hikey/audio/
Daudio_hw.c583 struct audio_stream_in **stream_in, in adev_open_input_stream() argument
614 *stream_in = &in->stream; in adev_open_input_stream()
/device/generic/goldfish/audio/
Daudio_hw.c527 struct audio_stream_in **stream_in, in adev_open_input_stream() argument
575 *stream_in = &in->stream; in adev_open_input_stream()