Home
last modified time | relevance | path

Searched refs:mWmsRequestSyncGroup (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java1040 private SurfaceSyncGroup mWmsRequestSyncGroup; field in ViewRootImpl
4332 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()