Lines Matching refs:postTime
135 mDrawingState.postTime = -1; in Layer()
1203 nsecs_t postTime) { in setFrameTimelineVsyncForBufferTransaction() argument
1204 mDrawingState.postTime = postTime; in setFrameTimelineVsyncForBufferTransaction()
1216 mDrawingState.bufferSurfaceFrameTX->setActualQueueTime(postTime); in setFrameTimelineVsyncForBufferTransaction()
1219 createSurfaceFrameForBuffer(info, postTime, mTransactionName); in setFrameTimelineVsyncForBufferTransaction()
1224 nsecs_t postTime) { in setFrameTimelineVsyncForBufferlessTransaction() argument
1226 mDrawingState.postTime = postTime; in setFrameTimelineVsyncForBufferlessTransaction()
1243 auto surfaceFrame = createSurfaceFrameForTransaction(info, postTime); in setFrameTimelineVsyncForBufferlessTransaction()
1249 it->second = createSurfaceFrameForTransaction(info, postTime); in setFrameTimelineVsyncForBufferlessTransaction()
1271 const FrameTimelineInfo& info, nsecs_t postTime) { in createSurfaceFrameForTransaction() argument
1278 surfaceFrame->setActualQueueTime(postTime); in createSurfaceFrameForTransaction()
1279 surfaceFrame->setAcquireFenceTime(postTime); in createSurfaceFrameForTransaction()