Home
last modified time | relevance | path

Searched refs:setDestinationFrame (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerTypeAndRenderTypeTransaction_test.cpp332 .setDestinationFrame(layer, Rect(0, 0, layerWidth, layerHeight)) in TEST_P()
392 .setDestinationFrame(layer, Rect(0, 0, layerWidth, layerHeight)) in TEST_P()
464 .setDestinationFrame(layer, Rect(0, 0, layerWidth, layerHeight)) in TEST_P()
467 .setDestinationFrame(child, Rect(0, 0, layerWidth, layerHeight)) in TEST_P()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.h86 bool setDestinationFrame(const Rect& destinationFrame) override;
H A DLayer.h899 virtual bool setDestinationFrame(const Rect& /* destinationFrame */) { return false; } in setDestinationFrame() function
H A DBufferStateLayer.cpp295 bool BufferStateLayer::setDestinationFrame(const Rect& destinationFrame) { in setDestinationFrame() function in android::BufferStateLayer
H A DSurfaceFlinger.cpp4199 if (layer->setDestinationFrame(s.destinationFrame)) { in setClientStateLocked()
/aosp12/frameworks/native/libs/gui/
H A DBLASTBufferQueue.cpp220 destFrameTransaction->setDestinationFrame(mSurfaceControl, in update()
559 t->setDestinationFrame(mSurfaceControl, Rect(0, 0, mSize.getWidth(), mSize.getHeight())); in acquireNextBufferLocked()
H A DSurfaceComposerClient.cpp1731 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDestinationFrame( in setDestinationFrame() function in android::SurfaceComposerClient::Transaction
/aosp12/frameworks/base/native/android/
H A Dsurface_control.cpp401 transaction->setDestinationFrame(surfaceControl, destRect); in ASurfaceTransaction_setGeometry()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h566 Transaction& setDestinationFrame(const sp<SurfaceControl>& sc,