Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h257 struct audio_device { struct
258 struct audio_hw_device device;
259 pthread_mutex_t lock; /* see note below on mutex acquisition order */
260 struct mixer *mixer;
261 audio_mode_t mode;
262 struct stream_in *active_input;
263 struct stream_out *primary_output;
264 struct stream_out *voice_tx_output;
265 struct stream_out *current_call_output;
266 bool bluetooth_nrec;
[all …]
Daudio_hw.c3303 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
/hardware/bsp/intel/peripheral/audio/generic/
Daudio_hal.c75 struct audio_device { struct
76 struct audio_hw_device hw_device;
101 struct audio_device *dev; /* hardware information - only using this for the lock */ argument