Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp104 StringAppendF(&result, "clientCompositionFrames = %d\n", clientCompositionFrames); in toString()
147 globalProto.set_client_composition_frames(clientCompositionFrames); in toProto()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h61 int32_t clientCompositionFrames = 0; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp104 mTimeStats.clientCompositionFrames++; in incrementClientCompositionFrames()
587 mTimeStats.clientCompositionFrames = 0; in clear()