Searched defs:stream_out (Results 1 – 7 of 7) sorted by relevance
212 struct stream_out { struct213 struct audio_stream_out stream; argument214 pthread_mutex_t lock; /* see note below on mutex acquisition order */215 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */216 pthread_mutex_t compr_mute_lock; /* acquire before setting compress volume */217 pthread_cond_t cond;218 struct pcm_config config;219 struct compr_config compr_config;220 struct pcm *pcm;221 struct compress *compr;[all …]
4923 struct audio_stream_out **stream_out, in adev_open_output_stream()
78 struct stream_out { struct79 struct audio_stream_out stream; argument81 struct stream_lock lock;83 bool standby;85 struct audio_device *adev; /* hardware information - only using this for the lock */87 alsa_device_profile profile; /* The profile of the ALSA device connected to the stream.90 alsa_device_proxy proxy; /* state of the stream */92 unsigned hal_channel_count; /* channel count exposed to AudioFlinger.97 audio_channel_mask_t hal_channel_mask; /* USB devices deal in channel counts, not masks103 struct listnode list_node;[all …]
521 struct audio_stream_out **stream_out) in adev_open_output_session()557 struct audio_stream_out **stream_out, in adev_open_output_stream()
357 struct audio_stream_out **stream_out, in adev_open_output_stream()
493 struct audio_stream_out **stream_out, in adev_open_output_stream()
1350 struct audio_stream_out **stream_out, in audio_config_compare()