Home
last modified time | relevance | path

Searched defs:stream_out (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/audio/hal/
Daudio_hw.h170 struct stream_out { struct
171 struct audio_stream_out stream; argument
172 pthread_mutex_t lock; /* see note below on mutex acquisition order */
173 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */
174 pthread_cond_t cond;
175 struct pcm_config config;
176 struct compr_config compr_config;
177 struct pcm *pcm;
178 struct compress *compr;
179 int standby;
[all …]
Daudio_hw.c3198 struct audio_stream_out **stream_out, in adev_open_output_stream()
/hardware/intel/audio_media/hdmi/
Dtinyaudio_hw.c125 struct stream_out { struct
126 struct audio_stream_out stream; argument
128 pthread_mutex_t lock;
129 struct pcm *pcm;
130 bool standby;
133 struct pcm_config pcm_config;
134 uint32_t channel_mask;
137 uint32_t sample_rate;
138 uint32_t buffer_size;
139 uint32_t channels;
[all …]
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c78 struct stream_out { struct
79 struct audio_stream_out stream; argument
81 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; /* Points to the alsa_device_profile in the audio_device */
88 alsa_device_proxy proxy; /* state of the stream */
90 unsigned hal_channel_count; /* channel count exposed to AudioFlinger.
95 audio_channel_mask_t hal_channel_mask; /* USB devices deal in channel counts, not masks
101 struct listnode list_node;
[all …]
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp521 struct audio_stream_out **stream_out) in adev_open_output_session()
557 struct audio_stream_out **stream_out, in adev_open_output_stream()
/hardware/libhardware/modules/audio/
Daudio_hw.c295 struct audio_stream_out **stream_out, in adev_open_output_stream()
/hardware/libhardware_legacy/audio/
Daudio_hw_hal.cpp493 struct audio_stream_out **stream_out, in adev_open_output_stream()
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1339 struct audio_stream_out **stream_out, in audio_config_compare()