Searched refs:mWmsRequestSyncGroup (Results 1 – 1 of 1) sorted by relevance
1029 private SurfaceSyncGroup mWmsRequestSyncGroup; field in ViewRootImpl4029 mWmsRequestSyncGroup.markSyncReady(); in performTraversals()4030 mWmsRequestSyncGroup = null; in performTraversals()4044 mWmsRequestSyncGroup = new SurfaceSyncGroup("wmsSync-" + mTag, t -> { in createSyncIfNeeded()4057 Log.d(mTag, "Setup new sync=" + mWmsRequestSyncGroup.getName()); in createSyncIfNeeded()4060 mWmsRequestSyncGroup.add(this, null /* runnable */); in createSyncIfNeeded()4749 return mWmsRequestSyncGroup != null; in isInWMSRequestedSync()