Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DLayerDebugInfo.cpp57 RETURN_ON_ERROR(parcel->writeInt32(mActiveBufferHeight)); in writeToParcel()
101 RETURN_ON_ERROR(parcel->readInt32(&mActiveBufferHeight)); in readFromParcel()
137 info.mActiveBufferHeight, info.mActiveBufferStride, in to_string()
/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h62 int32_t mActiveBufferHeight = -1; variable
/frameworks/native/services/surfaceflinger/
DLayer.cpp1308 info.mActiveBufferHeight = buffer->getHeight(); in getLayerDebugInfo()
1313 info.mActiveBufferHeight = 0; in getLayerDebugInfo()