Searched defs:stream_in (Results 1 – 7 of 7) sorted by relevance
247 struct stream_in { struct248 struct audio_stream_in stream; argument249 pthread_mutex_t lock; /* see note below on mutex acquisition order */250 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by252 struct pcm_config config;253 struct listnode pcm_dev_list;254 int standby;255 audio_source_t source;256 audio_devices_t devices;257 uint32_t main_channels;[all …]
3024 struct audio_stream_in **stream_in, in adev_open_input_stream()
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()
583 struct audio_stream_in **stream_in, in adev_open_input_stream()
437 struct audio_stream_in **stream_in, in adev_open_input_stream()
527 struct audio_stream_in **stream_in, in adev_open_input_stream()