Searched defs:syncId (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowOrganizerController.java | 197 int syncId = -1; in applySyncTransaction() local 263 int syncId; in startLegacyTransition() local 301 int syncId = -1; in finishTransition() local 326 private void applyTransaction(@NonNull WindowContainerTransaction t, int syncId, in applyTransaction() 552 int syncId, @Nullable Transition transition, boolean isInLockTaskMode, in applyHierarchyOp() 881 @Nullable Transition transition, int syncId) { in reparentChildrenTasksHierarchyOp() 1038 void addToSyncSet(int syncId, WindowContainer wc) { in addToSyncSet() 1043 public void onTransactionReady(int syncId, SurfaceControl.Transaction t) { in onTransactionReady()
|
H A D | Transition.java | 493 public void onTransactionReady(int syncId, SurfaceControl.Transaction transaction) { in onTransactionReady()
|
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
H A D | CalendarInstancesHelper.java | 242 String syncId = entries.getString(syncIdColumn); in performInstanceExpansion() local 876 static String getSyncIdKey(String syncId, long calendarId) { in getSyncIdKey()
|
H A D | CalendarProvider2.java | 2263 String syncId = values.getAsString(Events._SYNC_ID); in backfillExceptionOriginalIds() local 3508 String syncId = cursor.getString(EVENTS_SYNC_ID_INDEX); in deleteEventInternal() local 3930 private boolean doesEventExistForSyncId(String syncId) { in doesEventExistForSyncId()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TransitionTests.java | 464 public void onTransactionReady(int syncId, SurfaceControl.Transaction transaction) { in testTimeout()
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodec.cpp | 2043 int32_t syncId = 0; in signalSetParameters() local
|
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
H A D | CalendarProvider2Test.java | 1345 String syncId = String.format("%d", recur.mSyncId); in eventInfoToContentValues() local
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2Config.h | 2325 int32_t syncId[]; ///< sync id member
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | AudioFlinger.cpp | 2492 audio_hw_sync_t syncId = mHwAvSyncIds.valueAt(index); in setAudioHwSyncForSession_l() local
|