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