Searched refs:mTimeStatsTracker (Results 1 – 2 of 2) sorted by relevance
582 if (!mTimeStatsTracker.count(layerId) && mTimeStatsTracker.size() < MAX_NUM_LAYER_RECORDS && in setPostTime()584 mTimeStatsTracker[layerId].uid = uid; in setPostTime()588 if (!mTimeStatsTracker.count(layerId)) return; in setPostTime()593 mTimeStatsTracker.erase(layerId); in setPostTime()622 if (!mTimeStatsTracker.count(layerId)) return; in setLatchTime()641 if (!mTimeStatsTracker.count(layerId)) return; in incrementLatchSkipped()658 if (!mTimeStatsTracker.count(layerId)) return; in incrementBadDesiredPresent()670 if (!mTimeStatsTracker.count(layerId)) return; in setDesiredTime()688 if (!mTimeStatsTracker.count(layerId)) return; in setAcquireTime()870 mTimeStatsTracker.erase(layerId); in onDestroy()[all …]
300 std::unordered_map<int32_t, LayerRecord> mTimeStatsTracker; variable