Home
last modified time | relevance | path

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

/device/google/trout/hal/audio/6.0/
Daudio_hw.h83 struct generic_stream_in { struct
84 struct audio_stream_in stream; // Constant after init
85 pthread_mutex_t lock;
86 struct generic_audio_device *dev; // Constant after init
87 audio_devices_t device; // Protected by this->lock
88 struct audio_config req_config; // Constant after init
89 struct pcm *pcm; // Protected by this->lock
90 struct pcm_config pcm_config; // Constant after init
91 int16_t *stereo_to_mono_buf; // Protected by this->lock
92 size_t stereo_to_mono_buf_size; // Protected by this->lock
[all …]
/device/generic/car/emulator/audio/driver/
Daudio_hw.h87 struct generic_stream_in { struct
88 struct audio_stream_in stream; // Constant after init
89 pthread_mutex_t lock;
90 struct generic_audio_device *dev; // Constant after init
91 audio_devices_t device; // Protected by this->lock
92 struct audio_config req_config; // Constant after init
93 struct pcm *pcm; // Protected by this->lock
94 struct pcm_config pcm_config; // Constant after init
95 int16_t *stereo_to_mono_buf; // Protected by this->lock
96 size_t stereo_to_mono_buf_size; // Protected by this->lock
[all …]
/device/google/cuttlefish/guest/hals/audio/
Daudio_hw.c208 struct generic_stream_in { struct
209 struct audio_stream_in stream; // Constant after init
210 pthread_mutex_t lock;
211 struct generic_audio_device *dev; // Constant after init
212 audio_devices_t device; // Protected by this->lock
213 struct audio_config req_config; // Constant after init
214 struct pcm *pcm; // Protected by this->lock
215 struct pcm_config pcm_config; // Constant after init
216 int16_t *stereo_to_mono_buf; // Protected by this->lock
217 size_t stereo_to_mono_buf_size; // Protected by this->lock
[all …]