Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h195 struct audio_device { struct
196 struct audio_hw_device device;
197 pthread_mutex_t lock; /* see note below on mutex acquisition order */
198 struct mixer *mixer;
199 audio_mode_t mode;
200 struct stream_in *active_input;
201 struct stream_out *primary_output;
202 struct stream_out *voice_tx_output;
203 struct stream_out *current_call_output;
204 bool bluetooth_nrec;
[all …]
Daudio_hw.c2524 const audio_devices_t audio_device = in adev_verify_devices() local
/hardware/intel/audio_media/hdmi/
Dtinyaudio_hw.c114 struct audio_device { struct
115 struct audio_hw_device hw_device;
117 pthread_mutex_t lock;
118 int card;
142 struct audio_device *dev; argument
/hardware/libhardware/modules/usbaudio/
Daudio_hw.c58 struct audio_device { struct
80 struct audio_device *dev; /* hardware information - only using this for the lock */ argument