Searched defs:audio_device (Results 1 – 5 of 5) sorted by relevance
364 struct audio_device { struct369 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 …]
6343 const audio_devices_t audio_device = in adev_verify_devices() local
54 struct audio_device { struct55 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 & output69 bool mic_muted;94 struct audio_device *adev; /* hardware information - only using this for the lock */ argument
135 int32_t audio_device; in sendItem() local
14143 optional AudioDevice audio_device = 1; field