Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/EventLog/
H A DEventLog.h30 static void logFrameDurations(const std::string_view& name, const int32_t* durations,
H A DEventLog.cpp47 void EventLog::logFrameDurations(const std::string_view& name, const int32_t* durations, in logFrameDurations() function in android::EventLog
/aosp12/frameworks/native/services/surfaceflinger/
H A DFrameTracker.cpp225 EventLog::logFrameDurations(name, mNumFrames, NUM_FRAME_BUCKETS); in logStatsLocked()