Home
last modified time | relevance | path

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

/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DCustomControlView.java62 reportFrame(); in draw()
101 private void reportFrame() { in reportFrame() method in CustomControlView
/frameworks/base/libs/hwui/
DJankTracker.cpp177 mData->reportFrame(totalDuration); in finishFrame()
178 (*mGlobalData)->reportFrame(totalDuration); in finishFrame()
DProfileData.h61 void reportFrame(int64_t duration);
DProfileData.cpp172 void ProfileData::reportFrame(int64_t duration) { in reportFrame() function in android::uirenderer::ProfileData