Home
last modified time | relevance | path

Searched refs:totalAppBufferStuffing (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h53 int32_t totalAppBufferStuffing = 0; member
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp90 StringAppendF(&result, "appBufferStuffingJankyFrames = %d\n", totalAppBufferStuffing); in toString()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp125 globalSlice.second.jankPayload.totalAppBufferStuffing); in populateGlobalAtom()
217 atom->set_total_jank_frames_app_buffer_stuffing(layer->jankPayload.totalAppBufferStuffing); in populateLayerAtom()
804 t.jankPayload.totalAppBufferStuffing++; in updateJankPayload()