Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DLayerDebugInfo.cpp60 RETURN_ON_ERROR(parcel->writeInt32(mNumQueuedFrames)); in writeToParcel()
105 RETURN_ON_ERROR(parcel->readInt32(&mNumQueuedFrames)); in readFromParcel()
143 info.mNumQueuedFrames, info.mRefreshPending); in to_string()
/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h66 int32_t mNumQueuedFrames = -1; variable
/frameworks/native/services/surfaceflinger/
DLayer.cpp1437 info.mNumQueuedFrames = getQueuedFrameCount(); in getLayerDebugInfo()