Lines Matching refs:postTime
135 mDrawingState.postTime = -1; in Layer()
1197 nsecs_t postTime) { in setFrameTimelineVsyncForBufferTransaction() argument
1198 mDrawingState.postTime = postTime; in setFrameTimelineVsyncForBufferTransaction()
1210 mDrawingState.bufferSurfaceFrameTX->setActualQueueTime(postTime); in setFrameTimelineVsyncForBufferTransaction()
1213 createSurfaceFrameForBuffer(info, postTime, mTransactionName); in setFrameTimelineVsyncForBufferTransaction()
1218 nsecs_t postTime) { in setFrameTimelineVsyncForBufferlessTransaction() argument
1220 mDrawingState.postTime = postTime; in setFrameTimelineVsyncForBufferlessTransaction()
1237 auto surfaceFrame = createSurfaceFrameForTransaction(info, postTime); in setFrameTimelineVsyncForBufferlessTransaction()
1243 it->second = createSurfaceFrameForTransaction(info, postTime); in setFrameTimelineVsyncForBufferlessTransaction()
1265 const FrameTimelineInfo& info, nsecs_t postTime) { in createSurfaceFrameForTransaction() argument
1272 surfaceFrame->setActualQueueTime(postTime); in createSurfaceFrameForTransaction()
1273 surfaceFrame->setAcquireFenceTime(postTime); in createSurfaceFrameForTransaction()