Home
last modified time | relevance | path

Searched refs:badDesiredPresentFrames (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h97 int32_t badDesiredPresentFrames = 0; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp218 atom->set_bad_desired_present_frames(layer->badDesiredPresentFrames); in populateLayerAtom()
490 timeStatsLayer.badDesiredPresentFrames += layerRecord.badDesiredPresentFrames; in flushAvailableRecordsToStatsLocked()
494 layerRecord.badDesiredPresentFrames = 0; in flushAvailableRecordsToStatsLocked()
657 layerRecord.badDesiredPresentFrames++; in incrementBadDesiredPresent()
DTimeStats.h217 uint32_t badDesiredPresentFrames = 0; member
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp115 StringAppendF(&result, "badDesiredPresentFrames = %d\n", badDesiredPresentFrames); in toString()