Home
last modified time | relevance | path

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

/external/adhd/cras/src/common/
Dcras_types.h477 struct __attribute__((__packed__)) main_thread_debug_info { struct
478 struct main_thread_event_log main_log;
622 struct main_thread_debug_info main_thread_debug_info; member
/external/adhd/cras/client/cras-sys/src/
Dgen.rs1795 pub struct main_thread_debug_info { struct
1801 ::std::mem::size_of::<main_thread_debug_info>(), in bindgen_test_layout_main_thread_debug_info() argument
2125 pub main_thread_debug_info: main_thread_debug_info, field
/external/adhd/cras/src/tools/cras_test_client/
Dcras_test_client.c1153 static void main_thread_debug_info(struct cras_client *client) in main_thread_debug_info() function