Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h362 struct audio_device { struct
363 struct audio_hw_device device;
365 pthread_mutex_t lock; /* see note below on mutex acquisition order */
366 struct mixer *mixer;
367 audio_mode_t mode;
368 struct stream_out *primary_output;
369 struct stream_out *voice_tx_output;
370 struct stream_out *current_call_output;
371 bool bluetooth_nrec;
372 bool screen_off;
[all …]
Daudio_hw.c6217 const audio_devices_t audio_device = in adev_verify_devices() local
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c53 struct audio_device { struct
54 struct audio_hw_device hw_device;
56 pthread_mutex_t lock; /* see note below on mutex acquisition order */
59 struct listnode output_stream_list;
85 struct audio_device *adev; /* hardware information - only using this for the lock */ argument