Searched refs:mGlobalRecord (Results 1 – 2 of 2) sorted by relevance
385 if (mGlobalRecord.renderEngineDurations.size() == MAX_NUM_TIME_RECORDS) { in recordRenderEngineDuration()387 mGlobalRecord.renderEngineDurations.pop_front(); in recordRenderEngineDuration()389 mGlobalRecord.renderEngineDurations.push_back({startTime, endTime}); in recordRenderEngineDuration()397 if (mGlobalRecord.renderEngineDurations.size() == MAX_NUM_TIME_RECORDS) { in recordRenderEngineDuration()399 mGlobalRecord.renderEngineDurations.pop_front(); in recordRenderEngineDuration()401 mGlobalRecord.renderEngineDurations.push_back({startTime, endTime}); in recordRenderEngineDuration()940 while (!mGlobalRecord.presentFences.empty()) { in flushAvailableGlobalRecordsToStatsLocked()941 const nsecs_t curPresentTime = mGlobalRecord.presentFences.front()->getSignalTime(); in flushAvailableGlobalRecordsToStatsLocked()946 mGlobalRecord.prevPresentTime = 0; in flushAvailableGlobalRecordsToStatsLocked()947 mGlobalRecord.presentFences.pop_front(); in flushAvailableGlobalRecordsToStatsLocked()[all …]
315 GlobalRecord mGlobalRecord; variable