Searched refs:getCurrentTransform (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/gui/
H A DSurfaceTexture.h150 // getCurrentTransform returns the transform of the current buffer.
151 uint32_t getCurrentTransform() const;
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp669 const uint32_t transform(mSurfaceTexture->getCurrentTransform());
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp737 uint32_t SurfaceTexture::getCurrentTransform() const { function in class:android::SurfaceTexture
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1447 if (mST->getCurrentTransform() == NATIVE_WINDOW_TRANSFORM_ROT_270) {
1465 ASSERT_EQ((uint32_t) 0, mST->getCurrentTransform());

Completed in 222 milliseconds