Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/trace/
DTraceBuffer.cpp57 void AddWithTime(std::string tag, char type, int64_t time) noexcept { in AddWithTime() function
63 AddWithTime(std::move(tag), type, GetTime()); in Add()