Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h278 struct audio_device { struct
279 struct audio_hw_device device;
280 pthread_mutex_t lock; /* see note below on mutex acquisition order */
281 struct mixer *mixer;
282 audio_mode_t mode;
283 struct stream_in *active_input;
284 struct stream_out *primary_output;
285 struct stream_out *voice_tx_output;
286 struct stream_out *current_call_output;
287 bool bluetooth_nrec;
[all …]
Daudio_hw.c3990 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_hal.c51 struct audio_device { struct
52 struct audio_hw_device hw_device;
54 pthread_mutex_t lock; /* see note below on mutex acquisition order */
57 alsa_device_profile out_profile;
58 struct listnode output_stream_list;
61 alsa_device_profile in_profile;
85 struct audio_device *adev; /* hardware information - only using this for the lock */ argument