Home
last modified time | relevance | path

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

/device/generic/goldfish/audio/
Daudio_hw.c174 struct generic_stream_out { struct
175 struct audio_stream_out stream; // Constant after init
176 pthread_mutex_t lock;
177 struct generic_audio_device *dev; // Constant after init
178 audio_devices_t device; // Protected by this->lock
179 struct audio_config req_config; // Constant after init
180 struct pcm_config pcm_config; // Constant after init
181 audio_vbuffer_t buffer; // Constant after init
184 bool standby; // Protected by this->lock
185 uint64_t underrun_position; // Protected by this->lock
[all …]
Daudio_hw_legacy.c52 struct generic_stream_out { struct
68 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_sample_rate() argument