Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h310 struct audio_device { struct
311 struct audio_hw_device device;
312 pthread_mutex_t lock; /* see note below on mutex acquisition order */
313 struct mixer *mixer;
314 audio_mode_t mode;
315 struct stream_in *active_input;
316 struct stream_out *primary_output;
317 struct stream_out *voice_tx_output;
318 struct stream_out *current_call_output;
319 bool bluetooth_nrec;
[all …]
Daudio_hw.c5311 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.c50 struct audio_device { struct
51 struct audio_hw_device hw_device;
53 pthread_mutex_t lock; /* see note below on mutex acquisition order */
56 alsa_device_profile out_profile;
57 struct listnode output_stream_list;
60 alsa_device_profile in_profile;
61 struct listnode input_stream_list;
86 struct audio_device *adev; /* hardware information - only using this for the lock */ argument