Home
last modified time | relevance | path

Searched defs:generic_audio_device (Results 1 – 3 of 3) sorted by relevance

/device/generic/car/emulator/audio/driver/
Daudio_hw.h28 struct generic_audio_device { struct
47 struct generic_audio_device *dev; // Constant after init argument
/device/linaro/dragonboard/audio/
Daudio_hw.c52 struct generic_audio_device { struct
53 struct audio_hw_device device; // Constant after init
54 pthread_mutex_t lock;
55 bool mic_mute; // Protected by this->lock
56 struct mixer* mixer; // Protected by this->lock
57 struct listnode out_streams; // Record for output streams, protected by this->lock
58 struct listnode in_streams; // Record for input streams, protected by this->lock
59 audio_patch_handle_t next_patch_handle; // Protected by this->lock
/device/google/cuttlefish/guest/hals/audio/
Daudio_hw.c55 struct generic_audio_device { struct
56 struct audio_hw_device device; // Constant after init
57 pthread_mutex_t lock;
58 bool mic_mute; // Protected by this->lock
59 struct mixer* mixer; // Protected by this->lock
60 struct listnode out_streams; // Record for output streams, protected by this->lock
61 struct listnode in_streams; // Record for input streams, protected by this->lock
62 audio_patch_handle_t next_patch_handle; // Protected by this->lock