Searched refs:mWmsRequestSyncGroup (Results 1 – 1 of 1) sorted by relevance
1040 private SurfaceSyncGroup mWmsRequestSyncGroup; field in ViewRootImpl4332 mWmsRequestSyncGroup.markSyncReady(); in performTraversals()4333 mWmsRequestSyncGroup = null; in performTraversals()4384 mWmsRequestSyncGroup = new SurfaceSyncGroup("wmsSync-" + mTag, t -> { in createSyncIfNeeded()4427 Log.d(mTag, "Setup new sync=" + mWmsRequestSyncGroup.getName()); in createSyncIfNeeded()4430 mWmsRequestSyncGroup.add(this, null /* runnable */); in createSyncIfNeeded()5216 return mWmsRequestSyncGroup != null; in isInWMSRequestedSync()