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()
101 RETURN_ON_ERROR(parcel->readInt32(&mActiveBufferWidth)); in readFromParcel()
139 info.mActiveBufferWidth, info.mActiveBufferHeight, in to_string()
/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h62 int32_t mActiveBufferWidth = -1; variable
/frameworks/native/services/surfaceflinger/
DLayer.cpp1426 info.mActiveBufferWidth = buffer->getWidth(); in getLayerDebugInfo()
1431 info.mActiveBufferWidth = 0; in getLayerDebugInfo()