Home
last modified time | relevance | path

Searched defs:generic_stream_in (Results 1 – 4 of 4) 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/google/cuttlefish_common/guest/hals/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 …]
/device/generic/goldfish/audio/
Daudio_hw.c196 struct generic_stream_in { struct
197 struct audio_stream_in stream; // Constant after init
198 pthread_mutex_t lock;
199 struct generic_audio_device *dev; // Constant after init
200 audio_devices_t device; // Protected by this->lock
201 struct audio_config req_config; // Constant after init
202 struct pcm *pcm; // Protected by this->lock
203 struct pcm_config pcm_config; // Constant after init
204 int16_t *stereo_to_mono_buf; // Protected by this->lock
205 size_t stereo_to_mono_buf_size; // Protected by this->lock
[all …]
Daudio_hw_legacy.c60 struct generic_stream_in { struct
61 struct audio_stream_in stream;
62 struct generic_audio_device *dev;
63 audio_devices_t device;