Searched refs:reportFrame (Results 1 – 4 of 4) sorted by relevance
62 reportFrame(); in draw()101 private void reportFrame() { in reportFrame() method in CustomControlView
177 mData->reportFrame(totalDuration); in finishFrame()178 (*mGlobalData)->reportFrame(totalDuration); in finishFrame()
61 void reportFrame(int64_t duration);
172 void ProfileData::reportFrame(int64_t duration) { in reportFrame() function in android::uirenderer::ProfileData