Searched refs:FrameRecord (Results 1 – 4 of 4) sorted by relevance
95 struct FrameRecord { struct96 FrameRecord() : in FrameRecord() function133 FrameRecord mFrameRecords[NUM_FRAME_RECORDS];
71 struct FrameRecord { struct87 FrameRecord() : frameId(0), layers(), refreshStartTime(0), in FrameRecord() argument95 FrameRecord mFrames[MAX_FRAME_HISTORY];
37 const FrameRecord& frame = mFrames[index]; in dump()124 FrameRecord& frame = mFrames[mOffset]; in addFrame()125 FrameRecord& prevFrame = mFrames[(mOffset + MAX_FRAME_HISTORY - 1) % in addFrame()
152 FrameRecord* records = const_cast<FrameRecord*>(mFrameRecords); in processFencesLocked()