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

/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c114 struct audio_device { struct
142 struct audio_device *dev;
226 struct audio_device *adev = out->dev;
379 struct audio_device *adev = out->dev;
473 struct audio_device *adev = out->dev;
496 struct audio_device *adev = out->dev;
684 struct audio_device *adev = (struct audio_device *)dev;
916 struct audio_device *adev;
923 adev = calloc(1, sizeof(struct audio_device));
[all...]
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c50 struct audio_device { struct
86 struct audio_device *adev; /* hardware information - only using this for the lock */
88 const alsa_device_profile *profile; /* Points to the alsa_device_profile in the audio_device.
122 struct audio_device *adev; /* hardware information - only using this for the lock */
124 const alsa_device_profile *profile; /* Points to the alsa_device_profile in the audio_device.
157 * stream_in or stream_out mutex first, followed by the audio_device mutex.
177 static void device_lock(struct audio_device *adev) {
181 static int device_try_lock(struct audio_device *adev) {
185 static void device_unlock(struct audio_device *adev) {
193 struct audio_device* ade
[all...]
/hardware/qcom/audio/hal/
H A Daudio_hw.h222 struct audio_device *dev;
257 struct audio_device *dev;
310 struct audio_device { struct
372 int select_devices(struct audio_device *adev,
375 int disable_audio_route(struct audio_device *adev,
378 int disable_snd_device(struct audio_device *adev,
381 int enable_snd_device(struct audio_device *adev,
384 int enable_audio_route(struct audio_device *adev,
387 struct audio_usecase *get_usecase_from_list(struct audio_device *adev,
390 int check_a2dp_restore(struct audio_device *ade
[all...]
H A Daudio_hw.c324 static int set_voice_volume_l(struct audio_device *adev, float volume);
325 static struct audio_device *adev = NULL;
331 static int check_a2dp_restore_l(struct audio_device *adev, struct stream_out *out, bool restore);
334 static bool may_use_noirq_mode(struct audio_device *adev, audio_usecase_t uc_id,
357 struct audio_device *adev = out->dev;
380 struct audio_device *adev = in->dev;
401 struct audio_device *adev = out->dev;
412 struct audio_device *adev = in->dev;
423 struct audio_device *adev = out->dev;
431 struct audio_device *ade
5311 const audio_devices_t audio_device = local
[all...]

Completed in 61 milliseconds