Searched refs:mGlobalRecord (Results 1 – 2 of 2) sorted by relevance
333 if (mGlobalRecord.renderEngineDurations.size() == MAX_NUM_TIME_RECORDS) { in recordRenderEngineDuration()335 mGlobalRecord.renderEngineDurations.pop_front(); in recordRenderEngineDuration()337 mGlobalRecord.renderEngineDurations.push_back({startTime, endTime}); in recordRenderEngineDuration()345 if (mGlobalRecord.renderEngineDurations.size() == MAX_NUM_TIME_RECORDS) { in recordRenderEngineDuration()347 mGlobalRecord.renderEngineDurations.pop_front(); in recordRenderEngineDuration()349 mGlobalRecord.renderEngineDurations.push_back({startTime, endTime}); in recordRenderEngineDuration()735 while (!mGlobalRecord.presentFences.empty()) { in flushAvailableGlobalRecordsToStatsLocked()736 const nsecs_t curPresentTime = mGlobalRecord.presentFences.front()->getSignalTime(); in flushAvailableGlobalRecordsToStatsLocked()741 mGlobalRecord.prevPresentTime = 0; in flushAvailableGlobalRecordsToStatsLocked()742 mGlobalRecord.presentFences.pop_front(); in flushAvailableGlobalRecordsToStatsLocked()[all …]
293 GlobalRecord mGlobalRecord; variable