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.h50 int32_t badDesiredPresentFrames = 0; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp162 mStatsDelegate->statsEventWriteInt64(event, layer->badDesiredPresentFrames); in populateLayerAtom()
408 timeStatsLayer.badDesiredPresentFrames += layerRecord.badDesiredPresentFrames; in flushAvailableRecordsToStatsLocked()
412 layerRecord.badDesiredPresentFrames = 0; in flushAvailableRecordsToStatsLocked()
553 layerRecord.badDesiredPresentFrames++; in incrementBadDesiredPresent()
DTimeStats.h152 uint32_t badDesiredPresentFrames = 0; member
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp87 StringAppendF(&result, "badDesiredPresentFrames = %d\n", badDesiredPresentFrames); in toString()