Searched defs:stream_in (Results 1 - 7 of 7) sorted by relevance

/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c359 struct audio_stream_in **stream_in)
355 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in) argument
/hardware/libhardware/modules/audio/
H A Daudio_hw.c330 struct audio_stream_in **stream_in)
356 *stream_in = &in->stream;
361 *stream_in = NULL;
326 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in) argument
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp554 struct audio_stream_in **stream_in)
591 *stream_in = &in->stream;
596 *stream_in = NULL;
550 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in) argument
/hardware/qcom/audio/hal/
H A Daudio_hw.h134 struct stream_in { struct
157 struct stream_in *in;
177 struct stream_in *active_input;
203 * stream_in or stream_out mutex first, followed by the audio_device mutex.
H A Daudio_hw.c571 static int stop_input_stream(struct stream_in *in)
601 int start_input_stream(struct stream_in *in)
1634 struct stream_in *in = (struct stream_in *)stream;
1646 struct stream_in *in = (struct stream_in *)stream;
1653 struct stream_in *in = (struct stream_in *)stream;
1670 struct stream_in *in = (struct stream_in *)strea
2232 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in) argument
[all...]
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp676 struct audio_stream_in **stream_in)
722 *stream_in = &in->stream;
734 *stream_in = NULL;
672 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in) argument
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp623 audio_stream_in **stream_in)
662 *stream_in = &in->stream;
667 *stream_in = NULL;
619 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_config *config, audio_stream_in **stream_in) argument

Completed in 86 milliseconds