Searched refs:main_thread_event_log (Results 1 – 9 of 9) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_main_thread_log.h | 22 extern struct main_thread_event_log *main_log; 24 static inline struct main_thread_event_log *main_thread_event_log_init() in main_thread_event_log_init() 26 struct main_thread_event_log *log; in main_thread_event_log_init() 27 log = (struct main_thread_event_log *)calloc( in main_thread_event_log_init() 28 1, sizeof(struct main_thread_event_log)); in main_thread_event_log_init() 37 main_thread_event_log_deinit(struct main_thread_event_log *log) in main_thread_event_log_deinit() 43 static inline void main_thread_event_log_data(struct main_thread_event_log *log, in main_thread_event_log_data()
|
D | cras_control_rclient.c | 408 sizeof(struct main_thread_event_log)); in ccr_handle_message_from_client()
|
D | cras_iodev_list.c | 57 struct main_thread_event_log *main_log;
|
/external/adhd/cras/src/common/ |
D | cras_types.h | 471 struct __attribute__((__packed__)) main_thread_event_log { struct 478 struct main_thread_event_log main_log; argument
|
/external/adhd/cras/client/cras-sys/src/ |
D | gen.rs | 1745 pub struct main_thread_event_log { struct 1753 ::std::mem::size_of::<main_thread_event_log>(), in bindgen_test_layout_main_thread_event_log() argument 1755 concat!("Size of: ", stringify!(main_thread_event_log)) in bindgen_test_layout_main_thread_event_log() 1758 ::std::mem::align_of::<main_thread_event_log>(), in bindgen_test_layout_main_thread_event_log() 1760 concat!("Alignment of ", stringify!(main_thread_event_log)) in bindgen_test_layout_main_thread_event_log() 1763 unsafe { &(*(::std::ptr::null::<main_thread_event_log>())).write_pos as *const _ as usize }, in bindgen_test_layout_main_thread_event_log() 1767 stringify!(main_thread_event_log), in bindgen_test_layout_main_thread_event_log() 1773 unsafe { &(*(::std::ptr::null::<main_thread_event_log>())).len as *const _ as usize }, in bindgen_test_layout_main_thread_event_log() 1777 stringify!(main_thread_event_log), in bindgen_test_layout_main_thread_event_log() 1783 unsafe { &(*(::std::ptr::null::<main_thread_event_log>())).log as *const _ as usize }, in bindgen_test_layout_main_thread_event_log() [all …]
|
/external/adhd/cras/src/tests/ |
D | control_rclient_unittest.cc | 716 struct main_thread_event_log* main_log;
|
D | iodev_list_unittest.cc | 2056 struct main_thread_event_log* main_log;
|
D | iodev_unittest.cc | 2423 struct main_thread_event_log* main_log;
|
/external/adhd/cras/src/tools/cras_test_client/ |
D | cras_test_client.c | 878 static void show_mainlog_tag(const struct main_thread_event_log *log, in show_mainlog_tag()
|