Home
last modified time | relevance | path

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

/device/google/trout/hal/audio/6.0/
Daudio_hw.h28 struct generic_audio_device { struct
51 struct generic_audio_device *dev; // Constant after init argument
/device/generic/car/emulator/audio/driver/
Daudio_hw.h28 struct generic_audio_device { struct
42 static struct generic_audio_device *device_handle; argument
/device/google/cuttlefish/guest/hals/audio/
Daudio_hw.c54 struct generic_audio_device { struct
55 struct audio_hw_device device; // Constant after init
56 pthread_mutex_t lock;
57 bool mic_mute; // Protected by this->lock
58 struct mixer* mixer; // Protected by this->lock
59 struct listnode out_streams; // Record for output streams, protected by this->lock
60 struct listnode in_streams; // Record for input streams, protected by this->lock
61 audio_patch_handle_t next_patch_handle; // Protected by this->lock