Home
last modified time | relevance | path

Searched defs:stream_in (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/usbaudio/
Daudio_hal.c133 struct stream_in { struct
134 struct audio_stream_in stream; argument
136 struct stream_lock lock;
138 bool standby;
140 struct audio_device *adev; /* hardware information - only using this for the lock */
142 struct listnode alsa_devices; /* The ALSA devices connected to the stream. */
144 unsigned hal_channel_count; /* channel count exposed to AudioFlinger.
149 audio_channel_mask_t hal_channel_mask; /* USB devices deal in channel counts, not masks
155 struct listnode list_node;
158 void * conversion_buffer; /* any conversions are put into here
[all …]
/hardware/libhardware/modules/audio/
Daudio_hw.c503 struct audio_stream_in **stream_in, in adev_open_input_stream()
/hardware/libhardware_legacy/audio/
Daudio_hw_hal.cpp560 struct audio_stream_in **stream_in, in adev_open_input_stream()
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1449 struct audio_stream_in **stream_in, in adev_open_input_stream()