Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBLASTSync.md35 increment the seqId if a sync was prepared, assosciate it with the sync)
37 SD: Send syncable state updates to the client, always paired with the current seqId
39 seqId <= the seqId which the client passed to finishDrawing
42 … CB: If the seqId is incremeneted at the time of the frame deadline, configure the renderer to
43 redirect the next draw in to a transaction, record the seqId at the time
45 previously recorded seqId
62 1. finishDrawing with the assosciate seqId was never sent to the server OR
70 seqId from us (requirement 1, protocol step SB), the received ID must be higher than the clients pr…
73 eventually send every seqId (or a seqId > than it) back to the server.
78 send the state changes before prepareSync, and so they can always include at least the seqId
[all …]
H A DSession.java293 @Nullable SurfaceControl.Transaction postDrawTransaction, int seqId) { in finishDrawing() argument
298 mService.finishDrawingWindow(this, window, postDrawTransaction, seqId); in finishDrawing()
H A DWindowState.java764 DrawHandler(int seqId, Consumer<SurfaceControl.Transaction> consumer) { in DrawHandler() argument
765 mSeqId = seqId; in DrawHandler()
5915 boolean executeDrawHandlers(SurfaceControl.Transaction t, int seqId) { in executeDrawHandlers() argument
5928 if (h.mSeqId <= seqId) { in executeDrawHandlers()
H A DWindowManagerService.java2654 @Nullable SurfaceControl.Transaction postDrawTransaction, int seqId) { in finishDrawingWindow() argument
2665 if (win != null && win.finishDrawing(postDrawTransaction, seqId)) { in finishDrawingWindow()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraAdvancedExtensionSessionImpl.java411 int seqId = -1; in setRepeatingRequest() local
437 return seqId; in setRepeatingRequest()
444 int seqId = -1; in capture() local
477 return seqId; in capture()
1057 int seqId = -1; in submitBurst() local
1061 return seqId; in submitBurst()
1070 seqId = mCaptureSession.captureBurstRequests(captureRequests, in submitBurst()
1079 return seqId; in submitBurst()
1084 int seqId = -1; in setRepeating() local
1088 return seqId; in setRepeating()
[all …]
H A DCameraExtensionSessionImpl.java691 int seqId = -1; in capture() local
709 seqId = mCaptureSession.captureBurstRequests(burstRequest, in capture()
729 seqId = mCaptureSession.capture(captureRequest, new PreviewRequestHandler(request, in capture()
736 return seqId; in capture()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java56 boolean alwaysConsumeSystemBars, int displayId, int seqId, boolean dragResizing) { in resized() argument
59 mSession.finishDrawing(this, null /* postDrawTransaction */, seqId); in resized()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestIWindow.java49 boolean alwaysConsumeSystemBars, int displayId, int seqId, boolean dragResizing) in resized() argument
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl140 int seqId); in finishDrawing() argument
H A DWindowlessWindowManager.java465 android.view.SurfaceControl.Transaction postDrawTransaction, int seqId) { in finishDrawing() argument
H A DViewRootImpl.java4042 final int seqId = mSyncSeqId; in createSyncIfNeeded() local
4051 reportDrawFinished(t, seqId); in createSyncIfNeeded()
4053 mHandler.postAtFrontOfQueue(() -> reportDrawFinished(t, seqId)); in createSyncIfNeeded()
4716 private void reportDrawFinished(@Nullable Transaction t, int seqId) { in reportDrawFinished() argument
4722 Trace.instant(Trace.TRACE_TAG_VIEW, "reportDrawFinished " + mTag + " seqId=" + seqId); in reportDrawFinished()
4725 mWindowSession.finishDrawing(mWindow, t, seqId); in reportDrawFinished()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java217 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, int seqId, in resized() argument