Home
last modified time | relevance | path

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

/device/generic/car/emulator/audio/driver/
Daudio_hw.h50 struct generic_stream_out { struct
51 struct audio_stream_out stream; // Constant after init
52 pthread_mutex_t lock;
53 struct generic_audio_device *dev; // Constant after init
54 audio_devices_t device; // Protected by this->lock
55 struct audio_config req_config; // Constant after init
56 struct pcm_config pcm_config; // Constant after init
57 audio_vbuffer_t buffer; // Constant after init
58 const char *bus_address; // Extended field. Constant after init
59 struct audio_gain gain_stage; // Constant after init
[all …]
/device/google/trout/hal/audio/6.0/
Daudio_hw.h48 struct generic_stream_out { struct
49 struct audio_stream_out stream; // Constant after init
50 pthread_mutex_t lock;
51 struct generic_audio_device *dev; // Constant after init
52 audio_devices_t device; // Protected by this->lock
53 struct audio_config req_config; // Constant after init
54 struct pcm_config pcm_config; // Constant after init
55 audio_vbuffer_t buffer; // Constant after init
56 const char *bus_address; // Extended field. Constant after init
57 struct audio_gain gain_stage; // Constant after init
[all …]
/device/google/cuttlefish/guest/hals/audio/
Daudio_hw.c177 struct generic_stream_out { struct
178 struct audio_stream_out stream; // Constant after init
179 pthread_mutex_t lock;
180 struct generic_audio_device *dev; // Constant after init
181 uint32_t num_devices; // Protected by this->lock
182 audio_devices_t devices[AUDIO_PATCH_PORTS_MAX]; // Protected by this->lock
183 struct audio_config req_config; // Constant after init
184 struct pcm_config pcm_config; // Constant after init
185 audio_vbuffer_t buffer; // Constant after init
188 bool standby; // Protected by this->lock
[all …]