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.h57 int32_t totalAppBufferStuffing = 0; member
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp91 StringAppendF(&result, "appBufferStuffingJankyFrames = %d\n", totalAppBufferStuffing); in toString()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp129 globalSlice.second.jankPayload.totalAppBufferStuffing); in populateGlobalAtom()
228 atom->set_total_jank_frames_app_buffer_stuffing(layer->jankPayload.totalAppBufferStuffing); in populateLayerAtom()
801 t.jankPayload.totalAppBufferStuffing++; in updateJankPayload()