Home
last modified time | relevance | path

Searched defs:generic_stream_in (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/audio/
Daudio_hw.c199 struct generic_stream_in { struct
200 struct audio_stream_in stream; // Constant after init
201 pthread_mutex_t lock;
202 struct generic_audio_device *dev; // Constant after init
203 audio_devices_t device; // Protected by this->lock
204 struct audio_config req_config; // Constant after init
205 struct pcm *pcm; // Protected by this->lock
206 struct pcm_config pcm_config; // Constant after init
207 int16_t *stereo_to_mono_buf; // Protected by this->lock
208 size_t stereo_to_mono_buf_size; // Protected by this->lock
[all …]
Daudio_hw_legacy.c59 struct generic_stream_in { struct
60 struct audio_stream_in stream;
61 struct generic_audio_device *dev;
62 audio_devices_t device;