Searched refs:reparentChildren (Results 1 – 12 of 12) sorted by relevance
161 public SurfaceControl.Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren() method in StubTransaction
1042 public void reparentChildren(IBinder newParentHandle) { in reparentChildren() method in SurfaceControl1044 sGlobalTransaction.reparentChildren(this, newParentHandle); in reparentChildren()2441 public Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren() method in SurfaceControl.Transaction
126 mSurfaceControl.reparentChildren(other.getHandle()); in reparentChildrenInTransaction()
388 mReparentTransaction.reparentChildren(mPendingDestroySurface.mSurfaceControl, in destroyPreservedSurfaceLocked()
380 Transaction& reparentChildren(const sp<SurfaceControl>& sc,
299 virtual bool reparentChildren(const sp<IBinder>& layer);
1462 bool Layer::reparentChildren(const sp<IBinder>& newParentHandle) { in reparentChildren() function in android::Layer
4061 if (layer->reparentChildren(s.reparentHandle)) { in setClientStateLocked()
1043 ts.reparentChildren(mFGSurfaceControl, mBGSurfaceControl->getHandle()); in TEST_F()
797 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::reparentChildren( in reparentChildren() function in android::SurfaceComposerClient::Transaction
1143 transaction->reparentChildren(ctrl, handle); in nativeReparentChildren()
4619 t.reparentChildren(mFGSurfaceControl, mBGSurfaceControl->getHandle()); in TEST_F()