Searched refs:stream_out (Results 1 - 8 of 8) sorted by relevance

/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c53 struct stream_out { struct
71 static int start_output_stream(struct stream_out *out)
125 struct stream_out *out = (struct stream_out *)stream;
149 struct stream_out *out = (struct stream_out *)stream;
194 struct stream_out *out = (struct stream_out *)stream;
251 struct audio_stream_out **stream_out)
254 struct stream_out *ou
246 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out) argument
[all...]
/hardware/qcom/audio/hal/
H A Daudio_hw.h168 struct stream_out { struct
210 struct stream_out *out;
244 struct stream_out *primary_output;
286 * stream_in or stream_out mutex first, followed by the audio_device mutex.
H A Daudio_hw.c545 static int read_hdmi_channel_masks(struct stream_out *out)
1069 static int stop_output_stream(struct stream_out *out)
1097 int start_output_stream(struct stream_out *out)
1323 struct stream_out *out = (struct stream_out *)stream;
1335 struct stream_out *out = (struct stream_out *)stream;
1342 struct stream_out *out = (struct stream_out *)stream;
1359 struct stream_out *ou
1787 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out) argument
[all...]
/hardware/libhardware/include/hardware/
H A Daudio.h401 struct audio_stream_out **stream_out);
404 struct audio_stream_out* stream_out);
/hardware/libhardware/modules/audio/
H A Daudio_hw.c221 struct audio_stream_out **stream_out)
249 *stream_out = &out->stream;
254 *stream_out = NULL;
216 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out) argument
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp521 struct audio_stream_out **stream_out)
542 *stream_out = &out->stream;
547 *stream_out = NULL;
557 struct audio_stream_out **stream_out)
599 *stream_out = &out->stream;
604 *stream_out = NULL;
515 adev_open_output_session(struct audio_hw_device *dev, uint32_t devices, int *format, int sessionId, uint32_t samplingRate, uint32_t channels, struct audio_stream_out **stream_out) argument
552 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out) argument
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp516 struct audio_stream_out **stream_out)
564 *stream_out = &out->stream;
589 *stream_out = NULL;
511 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out) argument
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp491 struct audio_stream_out **stream_out)
530 *stream_out = &out->stream;
535 *stream_out = NULL;
486 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out) argument

Completed in 216 milliseconds