Home
last modified time | relevance | path

Searched defs:syncId (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/window/
DSurfaceSyncer.java120 final int syncId = mIdCounter++; in setupSync() local
142 public void markSyncReady(int syncId) { in markSyncReady()
160 public void merge(int syncId, int otherSyncId, SurfaceSyncer otherSurfaceSyncer) { in merge()
191 public boolean addToSync(int syncId, SurfaceView surfaceView, in addToSync()
205 public boolean addToSync(int syncId, @NonNull View view) { in addToSync()
223 public boolean addToSync(int syncId, @NonNull SyncTarget syncTarget) { in addToSync()
241 public void addTransactionToSync(int syncId, Transaction t) { in addTransactionToSync()
248 private SyncSet getAndValidateSyncSet(int syncId) { in getAndValidateSyncSet()
324 private SyncSet(int syncId, Consumer<Transaction> syncRequestComplete) { in SyncSet()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewRootSync.kt34 val syncId = setupSync(Runnable { then() }) in synchronizeNextDraw() constant
/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrganizerController.java233 final int syncId = syncGroup.mSyncId; in applySyncTransaction() local
339 int syncId; in startLegacyTransition() local
378 int syncId = -1; in finishTransition() local
479 private void applyTransaction(@NonNull WindowContainerTransaction t, int syncId, in applyTransaction()
490 private void applyTransaction(@NonNull WindowContainerTransaction t, int syncId, in applyTransaction()
825 int syncId, @Nullable Transition transition, boolean isInLockTaskMode, in applyHierarchyOp()
1451 @Nullable Transition transition, int syncId, boolean isInLockTaskMode) { in reparentChildrenTasksHierarchyOp()
1632 void addToSyncSet(int syncId, WindowContainer wc) { in addToSyncSet()
1637 public void onTransactionReady(int syncId, SurfaceControl.Transaction t) { in onTransactionReady()
DTransition.java929 public void onTransactionReady(int syncId, SurfaceControl.Transaction transaction) { in onTransactionReady()
/frameworks/base/core/java/android/view/
DSurfaceView.java1078 final int syncId = mSurfaceSyncer.setupSync(this::onDrawFinished); in handleSyncNoBuffer() local
DViewRootImpl.java11331 void mergeSync(int syncId, SurfaceSyncer otherSyncer) { in mergeSync()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp2179 int32_t syncId = 0; in signalSetParameters() local
/frameworks/av/media/codec2/core/include/
DC2Config.h2419 int32_t syncId[]; ///< sync id member
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2777 audio_hw_sync_t syncId = mHwAvSyncIds.valueAt(index); in setAudioHwSyncForSession_l() local