Home
last modified time | relevance | path

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

/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/generic/car/emulator/audio/driver/
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.c178 struct generic_stream_out { struct
179 struct audio_stream_out stream; // Constant after init
180 pthread_mutex_t lock;
181 struct generic_audio_device *dev; // Constant after init
182 uint32_t num_devices; // Protected by this->lock
183 audio_devices_t devices[AUDIO_PATCH_PORTS_MAX]; // Protected by this->lock
184 struct audio_config req_config; // Constant after init
185 struct pcm_config pcm_config; // Constant after init
186 audio_vbuffer_t buffer; // Constant after init
189 bool standby; // Protected by this->lock
[all …]