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.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/linaro/dragonboard/audio/
Daudio_hw.c175 struct generic_stream_out { struct
176 struct audio_stream_out stream; // Constant after init
177 pthread_mutex_t lock;
178 struct generic_audio_device *dev; // Constant after init
179 uint32_t num_devices; // Protected by this->lock
180 audio_devices_t devices[AUDIO_PATCH_PORTS_MAX]; // Protected by this->lock
181 struct audio_config req_config; // Constant after init
182 struct pcm_config pcm_config; // Constant after init
183 audio_vbuffer_t buffer; // Constant after init
186 bool standby; // Protected by this->lock
[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 …]