Home
last modified time | relevance | path

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

/frameworks/native/include/gui/
DGLConsumer.h183 uint32_t getCurrentScalingMode() const;
/frameworks/native/libs/gui/
DGLConsumer.cpp911 uint32_t GLConsumer::getCurrentScalingMode() const { in getCurrentScalingMode() function in android::GLConsumer
/frameworks/native/services/surfaceflinger/
DLayer.cpp1276 const uint32_t scalingMode(mSurfaceFlingerConsumer->getCurrentScalingMode()); in latchBuffer()