Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/trace/
H A DTraceBuffer.cpp54 void AddWithTime(const std::string& tag, char type, int64_t time) noexcept { in AddWithTime() function
60 AddWithTime(tag, type, GetTime()); in Add()