Searched refs:tag_sec (Results 1 – 7 of 7) sorted by relevance
395 uint32_t tag_sec; member464 uint32_t tag_sec; member482 uint32_t tag_sec; member
46 log->log[log->write_pos].tag_sec = in cras_bt_event_log_data()
54 log->log[log->write_pos].tag_sec = in main_thread_event_log_data()
83 log->log[pos_mod_len].tag_sec = in audio_thread_event_log_data()
520 unsigned int tag = (log->log[tag_idx].tag_sec >> 24) & 0xff; in show_alog_tag()521 unsigned int sec = log->log[tag_idx].tag_sec & 0x00ffffff; in show_alog_tag()530 if (log->log[tag_idx].tag_sec == 0 && log->log[tag_idx].nsec == 0) in show_alog_tag()882 unsigned int tag = (log->log[tag_idx].tag_sec >> 24) & 0xff; in show_mainlog_tag()883 unsigned int sec = log->log[tag_idx].tag_sec & 0x00ffffff; in show_mainlog_tag()892 if (log->log[tag_idx].tag_sec == 0 && log->log[tag_idx].nsec == 0) in show_mainlog_tag()968 unsigned int tag = (log->log[tag_idx].tag_sec >> 24) & 0xff; in show_btlog_tag()969 unsigned int sec = log->log[tag_idx].tag_sec & 0x00ffffff; in show_btlog_tag()977 if (log->log[tag_idx].tag_sec == 0 && log->log[tag_idx].nsec == 0) in show_btlog_tag()
945 pub tag_sec: u32, field964 unsafe { &(*(::std::ptr::null::<audio_thread_event>())).tag_sec as *const _ as usize }, in bindgen_test_layout_audio_thread_event()970 stringify!(tag_sec) in bindgen_test_layout_audio_thread_event()1674 pub tag_sec: u32, field1693 unsafe { &(*(::std::ptr::null::<main_thread_event>())).tag_sec as *const _ as usize }, in bindgen_test_layout_main_thread_event()1699 stringify!(tag_sec) in bindgen_test_layout_main_thread_event()1824 pub tag_sec: u32, field1842 unsafe { &(*(::std::ptr::null::<cras_bt_event>())).tag_sec as *const _ as usize }, in bindgen_test_layout_cras_bt_event()1848 stringify!(tag_sec) in bindgen_test_layout_cras_bt_event()
3269 timestamp.tv_sec = log.log[pos].tag_sec & 0x00ffffff; in cras_client_read_atlog()