Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DLayerDebugInfo.cpp56 RETURN_ON_ERROR(parcel->writeInt32(mActiveBufferWidth)); in writeToParcel()
100 RETURN_ON_ERROR(parcel->readInt32(&mActiveBufferWidth)); in readFromParcel()
136 StringAppendF(&result, " activeBuffer=[%4ux%4u:%4u,%s],", info.mActiveBufferWidth, in to_string()
/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h61 int32_t mActiveBufferWidth = -1; variable
/frameworks/native/services/surfaceflinger/
DLayer.cpp1307 info.mActiveBufferWidth = buffer->getWidth(); in getLayerDebugInfo()
1312 info.mActiveBufferWidth = 0; in getLayerDebugInfo()