Searched refs:setDestinationFrame (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerTypeAndRenderTypeTransaction_test.cpp | 301 .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/ |
D | BufferStateLayer.h | 85 bool setDestinationFrame(const Rect& destinationFrame) override;
|
D | Layer.h | 888 virtual bool setDestinationFrame(const Rect& /* destinationFrame */) { return false; } in setDestinationFrame() function
|
D | BufferStateLayer.cpp | 299 bool BufferStateLayer::setDestinationFrame(const Rect& destinationFrame) { in setDestinationFrame() function in android::BufferStateLayer
|
D | SurfaceFlinger.cpp | 4192 if (layer->setDestinationFrame(s.destinationFrame)) { in setClientStateLocked()
|
/frameworks/native/libs/gui/ |
D | BLASTBufferQueue.cpp | 234 destFrameTransaction->setDestinationFrame(mSurfaceControl, in update() 481 t->setDestinationFrame(mSurfaceControl, Rect(0, 0, mSize.getWidth(), mSize.getHeight())); in processNextBufferLocked()
|
D | SurfaceComposerClient.cpp | 1706 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDestinationFrame( in setDestinationFrame() function in android::SurfaceComposerClient::Transaction
|
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 564 Transaction& setDestinationFrame(const sp<SurfaceControl>& sc,
|
/frameworks/base/native/android/ |
D | surface_control.cpp | 401 transaction->setDestinationFrame(surfaceControl, destRect); in ASurfaceTransaction_setGeometry()
|