Searched defs:stream_in (Results 1 – 7 of 7) sorted by relevance
275 struct stream_in { struct276 struct audio_stream_in stream; argument277 pthread_mutex_t lock; /* see note below on mutex acquisition order */278 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by capture thread */279 struct pcm_config config;280 struct pcm *pcm;281 int standby;282 int source;283 int pcm_device_id;284 audio_devices_t device;[all …]
5844 struct audio_stream_in **stream_in, in adev_open_input_stream()
111 struct stream_in { struct112 struct audio_stream_in stream; argument114 struct stream_lock lock;116 bool standby;118 struct audio_device *adev; /* hardware information - only using this for the lock */120 alsa_device_profile profile; /* The profile of the ALSA device connected to the stream.123 alsa_device_proxy proxy; /* state of the stream */125 unsigned hal_channel_count; /* channel count exposed to AudioFlinger.150 * stream_in or stream_out mutex first, followed by the audio_device mutex. argument949 struct audio_stream_in **stream_in, in adev_open_input_stream()
503 struct audio_stream_in **stream_in, in adev_open_input_stream()
558 struct audio_stream_in **stream_in, in adev_open_input_stream()
624 audio_stream_in **stream_in, in adev_open_input_stream()
1581 struct audio_stream_in **stream_in, in audio_config_compare()