Searched defs:stream_in (Results 1 – 7 of 7) sorted by relevance
277 struct stream_in { struct278 struct audio_stream_in stream; argument279 pthread_mutex_t lock; /* see note below on mutex acquisition order */280 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by capture thread */281 struct pcm_config config;282 struct pcm *pcm;283 int standby;284 int source;285 int pcm_device_id;286 audio_devices_t device;[all …]
5970 struct audio_stream_in **stream_in, in adev_open_input_stream()
133 struct stream_in { struct134 struct audio_stream_in stream; argument136 struct stream_lock lock;138 bool standby;140 struct audio_device *adev; /* hardware information - only using this for the lock */142 struct listnode alsa_devices; /* The ALSA devices connected to the stream. */144 unsigned hal_channel_count; /* channel count exposed to AudioFlinger.149 audio_channel_mask_t hal_channel_mask; /* USB devices deal in channel counts, not masks155 struct listnode list_node;158 void * conversion_buffer; /* any conversions are put into here[all …]
503 struct audio_stream_in **stream_in, in adev_open_input_stream()
624 audio_stream_in **stream_in, in adev_open_input_stream()
560 struct audio_stream_in **stream_in, in adev_open_input_stream()
1449 struct audio_stream_in **stream_in, in adev_open_input_stream()