Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DTracedOrdinal.h35 int64_t to_int64(T v) { in to_int64() function
40 int64_t to_int64(std::chrono::duration<Rep, Period> v) { in to_int64() function
82 ATRACE_INT64(mName.c_str(), to_int64(mData)); in trace()
87 ATRACE_INT64(mNameNegative.c_str(), -to_int64(mData)); in trace()