Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/EventLog/
DEventLog.h33 static void logFrameDurations(const String8& window,
DEventLog.cpp46 void EventLog::logFrameDurations(const String8& window, in logFrameDurations() function in android::EventLog
/frameworks/native/services/surfaceflinger/
DFrameTracker.cpp225 EventLog::logFrameDurations(name, mNumFrames, NUM_FRAME_BUCKETS); in logStatsLocked()