Home
last modified time | relevance | path

Searched refs:atrace_end_wrap (Results 1 – 3 of 3) sorted by relevance

/system/extras/libatrace_rust/bindgen/
Dcutils_trace_wrap.h25 void atrace_end_wrap(uint64_t tag);
Dcutils_trace_wrap.c23 void atrace_end_wrap(uint64_t tag) { in atrace_end_wrap() function
/system/extras/libatrace_rust/src/
Dlib.rs183 trace_bind::atrace_end_wrap(tag.bits()); in atrace_end()
379 fn atrace_end_wrap(&mut self, _tag: u64) { in atrace_end_wrap() method
496 pub unsafe fn atrace_end_wrap(tag: u64) { in atrace_end_wrap() function
497 with_mocker(|m| m.atrace_end_wrap(tag)) in atrace_end_wrap()
689 fn atrace_end_wrap(&mut self, tag: u64) { in forwards_trace_end() method
1122 fn atrace_end_wrap(&mut self, tag: u64) { in scoped_event_starts_and_ends_in_order() method
1196 fn atrace_end_wrap(&mut self, tag: u64) { in method_trace_starts_and_ends_in_order() method