Searched defs:stream_in (Results 1 – 8 of 8) sorted by relevance
225 struct stream_in { struct226 struct audio_stream_in stream; argument227 pthread_mutex_t lock; /* see note below on mutex acquisition order */228 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by capture thread */229 struct pcm_config config;230 struct pcm *pcm;231 int standby;232 int source;233 int pcm_device_id;234 audio_devices_t device;[all …]
4281 struct audio_stream_in **stream_in, in adev_open_input_stream()
110 struct stream_in { struct111 struct audio_stream_in stream; argument113 struct stream_lock lock;115 bool standby;117 struct audio_device *adev; /* hardware information - only using this for the lock */119 alsa_device_profile * profile; /* Points to the alsa_device_profile in the audio_device */120 alsa_device_proxy proxy; /* state of the stream */122 unsigned hal_channel_count; /* channel count exposed to AudioFlinger.147 * stream_in or stream_out mutex first, followed by the audio_device mutex. argument935 struct audio_stream_in **stream_in, in adev_open_input_stream()
416 struct audio_stream_in **stream_in, in adev_open_input_stream()
875 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()
1556 struct audio_stream_in **stream_in, in audio_config_compare()