Searched refs:addToSync (Results 1 – 7 of 7) sorted by relevance
15 ##### addToSync l4subsection17 The caller will invoke `addToSync` for every `SurfaceSyncGroup` that it wants included. There are a…18 * `addToSync(AttachedSurfaceControl)` - This is used for syncing the root of the View, specificiall…19 * `addToSync(SurfaceView, Consumer<SurfaceViewFrameCallback>)` - This is to sync a SurfaceView. Sin…20 * `addToSync(SurfaceControlViewHost.SurfacePackage)` - This is to sync an embedded window. The host…21 * `addToSync(ISurfaceSyncGroup)` - This is the generic method. It can be used to sync arbitrary inf…23 When calling addToSync with either AttachedSurfaceControl or SurfaceView, it must be called on the …47 When ViewRootImpl is added to a SurfaceSyncGroup, it's done so via `addToSync(AttachedSurfaceContro…66 syncGroup.addToSync(view1.getRootSurfaceControl());67 syncGroup.addToSync(view2.getRootSurfaceControl());[all …]
54 boolean addToSync(in ISurfaceSyncGroup surfaceSyncGroup, boolean parentSyncGroupMerge); in addToSync() method
606 parentSyncGroup.addToSync(mParentSyncGroup, in setTransactionCallbackFromParent()778 public boolean addToSync(ISurfaceSyncGroup surfaceSyncGroup, boolean parentSyncGroupMerge) { in addToSync() method in SurfaceSyncGroup.ISurfaceSyncGroupImpl
315 private void addToSync(WindowContainer wc) { in addToSync() method in BLASTSyncEngine.SyncGroup503 getSyncGroup(id).addToSync(wc); in addToSyncSet()
1308 getViewRootImpl().addToSync(surfaceSyncGroup); in handleSyncBufferCallback()1353 viewRoot.addToSync(syncGroup); in vriDrawStarted()
12742 void addToSync(SurfaceSyncGroup syncable) { in addToSync() method in ViewRootImpl.TrackballAxis
26296 PLcom/android/server/wm/BLASTSyncEngine$SyncGroup;->addToSync(Lcom/android/server/wm/WindowContaine…