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.h336 struct __attribute__((__packed__)) audio_thread_event_log { struct
337 uint64_t write_pos;
338 uint64_t sync_write_pos;
339 uint32_t len;
340 struct audio_thread_event log[AUDIO_THREAD_EVENT_LOG_SIZE];
/external/adhd/cras/client/cras-sys/src/
Dgen.rs891 pub struct audio_thread_event_log { struct
899 ::std::mem::size_of::<audio_thread_event_log>(), in bindgen_test_layout_audio_thread_event_log() argument