Searched defs:audio_device (Results 1 – 3 of 3) sorted by relevance
362 struct audio_device { struct363 struct audio_hw_device device;365 pthread_mutex_t lock; /* see note below on mutex acquisition order */366 struct mixer *mixer;367 audio_mode_t mode;368 struct stream_out *primary_output;369 struct stream_out *voice_tx_output;370 struct stream_out *current_call_output;371 bool bluetooth_nrec;372 bool screen_off;[all …]
6217 const audio_devices_t audio_device = in adev_verify_devices() local
53 struct audio_device { struct54 struct audio_hw_device hw_device;56 pthread_mutex_t lock; /* see note below on mutex acquisition order */59 struct listnode output_stream_list;85 struct audio_device *adev; /* hardware information - only using this for the lock */ argument