Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/
H A DLayerDebugInfo.cpp60 RETURN_ON_ERROR(parcel->writeInt32(mNumQueuedFrames)); in writeToParcel()
105 RETURN_ON_ERROR(parcel->readInt32(&mNumQueuedFrames)); in readFromParcel()
149 StringAppendF(&result, " queued-frames=%d, mRefreshPending=%d", info.mNumQueuedFrames, in to_string()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DLayerDebugInfo.h66 int32_t mNumQueuedFrames = -1; variable
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1413 info.mNumQueuedFrames = getQueuedFrameCount(); in getLayerDebugInfo()