Searched refs:name_cstr (Results 1 – 1 of 1) sorted by relevance
169 let name_cstr = CString::new(name.as_bytes()).expect("CString::new failed"); in atrace_begin() localVariable173 trace_bind::atrace_begin_wrap(tag.bits(), name_cstr.as_ptr()); in atrace_begin()199 let name_cstr = CString::new(name.as_bytes()).expect("CString::new failed"); in atrace_async_begin() localVariable203 trace_bind::atrace_async_begin_wrap(tag.bits(), name_cstr.as_ptr(), cookie); in atrace_async_begin()215 let name_cstr = CString::new(name.as_bytes()).expect("CString::new failed"); in atrace_async_end() localVariable219 trace_bind::atrace_async_end_wrap(tag.bits(), name_cstr.as_ptr(), cookie); in atrace_async_end()236 let name_cstr = CString::new(name.as_bytes()).expect("CString::new failed"); in atrace_async_for_track_begin() localVariable244 name_cstr.as_ptr(), in atrace_async_for_track_begin()278 let name_cstr = CString::new(name.as_bytes()).expect("CString::new failed"); in atrace_instant() localVariable282 trace_bind::atrace_instant_wrap(tag.bits(), name_cstr.as_ptr()); in atrace_instant()[all …]