Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.h364 struct audio_device { struct
369 audio_mode_t mode;
374 bool screen_off;
382 bool mic_muted;
384 bool enable_hfp;
388 int snd_card;
389 void *platform;
390 void *extspk;
409 void *adm_data;
410 void *adm_lib;
[all …]
H A Daudio_hw.c6343 const audio_devices_t audio_device = in adev_verify_devices() local
/aosp12/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c54 struct audio_device { struct
55 struct audio_hw_device hw_device;
57 pthread_mutex_t lock; /* see note below on mutex acquisition order */
60 struct listnode output_stream_list;
63 struct listnode input_stream_list;
67 uint32_t device_sample_rate; // this should be a rate that is common to both input & output
69 bool mic_muted;
94 struct audio_device *adev; /* hardware information - only using this for the lock */ argument
/aosp12/frameworks/av/services/mediametrics/
H A DAudioPowerUsage.cpp135 int32_t audio_device; in sendItem() local
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto14143 optional AudioDevice audio_device = 1; field