Home
last modified time | relevance | path

Searched defs:audio_thread_event_log (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/common/
Dcras_types.h403 struct __attribute__((__packed__)) audio_thread_event_log { struct
404 uint64_t write_pos;
405 uint64_t sync_write_pos;
406 uint32_t len;
407 struct audio_thread_event log[AUDIO_THREAD_EVENT_LOG_SIZE];
/external/adhd/cras/client/cras-sys/src/
Dgen.rs1016 pub struct audio_thread_event_log { struct
1025 ::std::mem::size_of::<audio_thread_event_log>(), in bindgen_test_layout_audio_thread_event_log() argument