Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DLayerTypeAndRenderTypeTransaction_test.cpp301 .setDestinationFrame(layer, Rect(0, 0, layerWidth, layerHeight)) in TEST_P()
361 .setDestinationFrame(layer, Rect(0, 0, layerWidth, layerHeight)) in TEST_P()
433 .setDestinationFrame(layer, Rect(0, 0, layerWidth, layerHeight)) in TEST_P()
436 .setDestinationFrame(child, Rect(0, 0, layerWidth, layerHeight)) in TEST_P()
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.h85 bool setDestinationFrame(const Rect& destinationFrame) override;
DLayer.h888 virtual bool setDestinationFrame(const Rect& /* destinationFrame */) { return false; } in setDestinationFrame() function
DBufferStateLayer.cpp299 bool BufferStateLayer::setDestinationFrame(const Rect& destinationFrame) { in setDestinationFrame() function in android::BufferStateLayer
DSurfaceFlinger.cpp4192 if (layer->setDestinationFrame(s.destinationFrame)) { in setClientStateLocked()
/frameworks/native/libs/gui/
DBLASTBufferQueue.cpp234 destFrameTransaction->setDestinationFrame(mSurfaceControl, in update()
481 t->setDestinationFrame(mSurfaceControl, Rect(0, 0, mSize.getWidth(), mSize.getHeight())); in processNextBufferLocked()
DSurfaceComposerClient.cpp1706 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDestinationFrame( in setDestinationFrame() function in android::SurfaceComposerClient::Transaction
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h564 Transaction& setDestinationFrame(const sp<SurfaceControl>& sc,
/frameworks/base/native/android/
Dsurface_control.cpp401 transaction->setDestinationFrame(surfaceControl, destRect); in ASurfaceTransaction_setGeometry()