Searched defs:stream_in (Results 1 – 4 of 4) sorted by relevance
315 struct stream_in { struct316 struct audio_stream_in stream; argument317 pthread_mutex_t lock; /* see note below on mutex acquisition order */318 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by320 struct pcm_config config;321 struct listnode pcm_dev_list;322 int standby;323 audio_source_t source;324 audio_devices_t devices;325 uint32_t main_channels;[all …]
4283 struct audio_stream_in **stream_in, in adev_open_input_stream()
527 struct audio_stream_in **stream_in, in adev_open_input_stream()
437 struct audio_stream_in **stream_in, in adev_open_input_stream()