Home
last modified time | relevance | path

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

/device/generic/car/emulator/audio/driver/
Daudio_hw.h44 struct generic_stream_out { struct
45 struct audio_stream_out stream; // Constant after init
46 pthread_mutex_t lock;
47 struct generic_audio_device *dev; // Constant after init
48 audio_devices_t device; // Protected by this->lock
49 struct audio_config req_config; // Constant after init
50 struct pcm_config pcm_config; // Constant after init
51 audio_vbuffer_t buffer; // Constant after init
52 const char *bus_address; // Extended field. Constant after init
53 struct audio_gain gain_stage; // Constant after init
[all …]
/device/google/cuttlefish_common/guest/hals/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 …]
/device/generic/goldfish/audio/
Daudio_hw.c171 struct generic_stream_out { struct
172 struct audio_stream_out stream; // Constant after init
173 pthread_mutex_t lock;
174 struct generic_audio_device *dev; // Constant after init
175 audio_devices_t device; // Protected by this->lock
176 struct audio_config req_config; // Constant after init
177 struct pcm_config pcm_config; // Constant after init
178 audio_vbuffer_t buffer; // Constant after init
181 bool standby; // Protected by this->lock
182 uint64_t underrun_position; // Protected by this->lock
[all …]
Daudio_hw_legacy.c53 struct generic_stream_out { struct
69 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_sample_rate() argument