Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h364 struct audio_device { struct
365 struct audio_hw_device device;
367 pthread_mutex_t lock; /* see note below on mutex acquisition order */
368 struct mixer *mixer;
369 audio_mode_t mode;
370 struct stream_out *primary_output;
371 struct stream_out *voice_tx_output;
372 struct stream_out *current_call_output;
373 bool bluetooth_nrec;
374 bool screen_off;
[all …]
Daudio_hw.c6343 const audio_devices_t audio_device = in adev_verify_devices() local
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c55 struct audio_device { struct
56 struct audio_hw_device hw_device;
58 pthread_mutex_t lock; /* see note below on mutex acquisition order */
61 struct listnode output_stream_list;
64 struct listnode input_stream_list;
68 uint32_t device_sample_rate; // this should be a rate that is common to both input & output
70 bool mic_muted;
95 struct audio_device *adev; /* hardware information - only using this for the lock */ argument