Searched defs:stream_in (Results 1 – 8 of 8) sorted by relevance
164 struct stream_in { struct165 struct audio_stream_in stream; argument166 pthread_mutex_t lock; /* see note below on mutex acquisition order */167 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by capture thread */168 struct pcm_config config;169 struct pcm *pcm;170 int standby;171 int source;195 struct stream_in *in; argument
2543 struct audio_stream_in **stream_in, in adev_open_input_stream()
104 struct stream_in { struct105 struct audio_stream_in stream; argument107 pthread_mutex_t lock; /* see note below on mutex acquisition order */108 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by capture thread */132 * stream_in or stream_out mutex first, followed by the audio_device mutex. argument859 struct audio_stream_in **stream_in, in adev_open_input_stream()
372 struct audio_stream_in **stream_in, in adev_open_input_stream()
875 struct audio_stream_in **stream_in, in adev_open_input_stream()
556 struct audio_stream_in **stream_in, in adev_open_input_stream()
624 audio_stream_in **stream_in, in adev_open_input_stream()
1556 struct audio_stream_in **stream_in, in audio_config_compare()