Home
last modified time | relevance | path

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

/device/generic/car/emulator/audio/driver/
Daudio_hw.h73 struct generic_stream_in { struct
74 struct audio_stream_in stream; // Constant after init
75 pthread_mutex_t lock;
76 struct generic_audio_device *dev; // Constant after init
77 audio_devices_t device; // Protected by this->lock
78 struct audio_config req_config; // Constant after init
79 struct pcm *pcm; // Protected by this->lock
80 struct pcm_config pcm_config; // Constant after init
81 int16_t *stereo_to_mono_buf; // Protected by this->lock
82 size_t stereo_to_mono_buf_size; // Protected by this->lock
[all …]
/device/linaro/dragonboard/audio/
Daudio_hw.c206 struct generic_stream_in { struct
207 struct audio_stream_in stream; // Constant after init
208 pthread_mutex_t lock;
209 struct generic_audio_device *dev; // Constant after init
210 audio_devices_t device; // Protected by this->lock
211 struct audio_config req_config; // Constant after init
212 struct pcm *pcm; // Protected by this->lock
213 struct pcm_config pcm_config; // Constant after init
214 int16_t *stereo_to_mono_buf; // Protected by this->lock
215 size_t stereo_to_mono_buf_size; // Protected by this->lock
[all …]
/device/google/cuttlefish/guest/hals/audio/
Daudio_hw.c209 struct generic_stream_in { struct
210 struct audio_stream_in stream; // Constant after init
211 pthread_mutex_t lock;
212 struct generic_audio_device *dev; // Constant after init
213 audio_devices_t device; // Protected by this->lock
214 struct audio_config req_config; // Constant after init
215 struct pcm *pcm; // Protected by this->lock
216 struct pcm_config pcm_config; // Constant after init
217 int16_t *stereo_to_mono_buf; // Protected by this->lock
218 size_t stereo_to_mono_buf_size; // Protected by this->lock
[all …]