Home
last modified time | relevance | path

Searched refs:desiredPresentTime (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/services/surfaceflinger/
DFrameTracker.cpp42 mFrameRecords[mOffset].desiredPresentTime = presentTime; in setDesiredPresentTime()
81 mFrameRecords[mOffset].desiredPresentTime = INT64_MAX; in advanceFrame()
103 mFrameRecords[i].desiredPresentTime = 0; in clearStats()
110 mFrameRecords[mOffset].desiredPresentTime = INT64_MAX; in clearStats()
126 if (mFrameRecords[index].desiredPresentTime == 0) { in getStats()
130 nsecs_t desiredPresentTimeNano = mFrameRecords[index].desiredPresentTime; in getStats()
241 mFrameRecords[index].desiredPresentTime, in dumpStats()
DFrameTracker.h51 void setDesiredPresentTime(nsecs_t desiredPresentTime);
95 desiredPresentTime(0), in FrameRecord()
98 nsecs_t desiredPresentTime; member
DTransactionState.h57 int64_t desiredPresentTime, bool isAutoTimestamp, in TransactionState()
68 desiredPresentTime(desiredPresentTime), in TransactionState()
140 int64_t desiredPresentTime; member
DLayer.cpp3151 const BufferData& bufferData, nsecs_t postTime, nsecs_t desiredPresentTime, in setBuffer() argument
3169 mDrawingState.desiredPresentTime = desiredPresentTime; in setBuffer()
3248 void Layer::setDesiredPresentTime(nsecs_t desiredPresentTime, bool isAutoTimestamp) { in setDesiredPresentTime() argument
3249 mDrawingState.desiredPresentTime = desiredPresentTime; in setDesiredPresentTime()
3258 return mDrawingState.desiredPresentTime; in recordLayerHistoryBufferUpdate()
3313 mDrawingState.isAutoTimestamp ? 0 : mDrawingState.desiredPresentTime; in recordLayerHistoryAnimationTx()
3617 mBufferInfo.mDesiredPresentTime = mDrawingState.desiredPresentTime; in gatherBufferInfo()
4065 nsecs_t desiredPresentTime = mBufferInfo.mDesiredPresentTime; in onCompositionPresented() local
4066 mFrameTracker.setDesiredPresentTime(desiredPresentTime); in onCompositionPresented()
4069 mFlinger->mTimeStats->setDesiredTime(layerId, mCurrentFrameNumber, desiredPresentTime); in onCompositionPresented()
[all …]
DSurfaceFlinger.h563 InputWindowCommands inputWindowCommands, int64_t desiredPresentTime,
809 const int64_t desiredPresentTime, bool isAutoTimestamp,
837 int64_t desiredPresentTime, bool isAutoTimestamp,
840 int64_t desiredPresentTime, bool isAutoTimestamp,
DSurfaceFlinger.cpp4836 const TimePoint desiredPresentTime = TimePoint::fromNs(transaction.desiredPresentTime); in transactionReadyTimelineCheck() local
4844 if (!transaction.isAutoTimestamp && desiredPresentTime >= expectedPresentTime && in transactionReadyTimelineCheck()
4845 desiredPresentTime < expectedPresentTime + 1s) { in transactionReadyTimelineCheck()
4847 desiredPresentTime, expectedPresentTime); in transactionReadyTimelineCheck()
5114 transaction.desiredPresentTime, transaction.isAutoTimestamp, in applyTransactionsLocked()
5186 InputWindowCommands inputWindowCommands, int64_t desiredPresentTime, bool isAutoTimestamp, in setTransactionState() argument
5273 desiredPresentTime, in setTransactionState()
5315 const int64_t desiredPresentTime, bool isAutoTimestamp, in applyTransactionState() argument
5337 updateLayerCallbacksAndStats(frameTimelineInfo, resolvedState, desiredPresentTime, in applyTransactionState()
5490 int64_t desiredPresentTime, bool isAutoTimestamp, in setClientStateLocked() argument
[all …]
DLayer.h172 nsecs_t desiredPresentTime = 0; member
/frameworks/native/libs/gui/
DISurfaceComposer.cpp66 InputWindowCommands commands, int64_t desiredPresentTime, bool isAutoTimestamp, in setTransactionState() argument
88 SAFE_PARCEL(data.writeInt64, desiredPresentTime); in setTransactionState()
164 int64_t desiredPresentTime = 0; in onTransact() local
166 SAFE_PARCEL(data.readInt64, &desiredPresentTime); in onTransact()
201 std::move(inputWindowCommands), desiredPresentTime, in onTransact()
DSurfaceComposerClient.cpp760 const int64_t desiredPresentTime = parcel->readInt64(); in readFromParcel() local
857 mDesiredPresentTime = desiredPresentTime; in readFromParcel()
1904 nsecs_t desiredPresentTime) { in setDesiredPresentTime() argument
1905 mDesiredPresentTime = desiredPresentTime; in setDesiredPresentTime()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionApplicationTest.cpp75 int64_t desiredPresentTime = 0; member
91 EXPECT_EQ(info.desiredPresentTime, state.desiredPresentTime); in checkEqual()
94 void setupSingle(TransactionInfo& transaction, uint32_t flags, int64_t desiredPresentTime, in setupSingle() argument
98 transaction.desiredPresentTime = desiredPresentTime; in setupSingle()
114 transaction.desiredPresentTime, transaction.isAutoTimestamp, in NotPlacedOnTransactionQueue()
141 transaction.desiredPresentTime, transaction.isAutoTimestamp, in PlaceOnTransactionQueue()
172 transactionA.desiredPresentTime, transactionA.isAutoTimestamp, in BlockedByPriorTransaction()
187 transactionB.desiredPresentTime, transactionB.isAutoTimestamp, in BlockedByPriorTransaction()
224 transactionA.inputWindowCommands, transactionA.desiredPresentTime, in TEST_F()
245 transactionA.inputWindowCommands, transactionA.desiredPresentTime, in TEST_F()
[all …]
DSurfaceFlinger_NotifyExpectedPresentTest.cpp62 int64_t desiredPresentTime = 0; member
DTestableSurfaceFlinger.h532 const InputWindowCommands& inputWindowCommands, int64_t desiredPresentTime, in setTransactionState() argument
537 inputWindowCommands, desiredPresentTime, in setTransactionState()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h116 InputWindowCommands inputWindowCommands, int64_t desiredPresentTime,
DSurfaceComposerClient.h607 Transaction& setDesiredPresentTime(nsecs_t desiredPresentTime);
/frameworks/native/include/android/
Dsurface_control.h492 int64_t desiredPresentTime) __INTRODUCED_IN(29);
/frameworks/base/native/android/
Dsurface_control.cpp537 int64_t desiredPresentTime) { in ASurfaceTransaction_setDesiredPresentTime() argument
542 transaction->setDesiredPresentTime(static_cast<nsecs_t>(desiredPresentTime)); in ASurfaceTransaction_setDesiredPresentTime()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp184 : vals_{qp->presentID, qp->desiredPresentTime, 0, 0, 0}, in TimingInfo()
2393 if (pTime->desiredPresentTime) { in SetSwapchainFrameTimestamp()
2396 pTime->desiredPresentTime); in SetSwapchainFrameTimestamp()
2399 static_cast<int64_t>(pTime->desiredPresentTime)); in SetSwapchainFrameTimestamp()
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp413 nsecs_t desiredPresentTime = systemTime() + nsecs_t(5 * 1e8); in TEST_F() local
415 IGraphicBufferProducer::QueueBufferInput input(desiredPresentTime, true /* autotimestamp */, in TEST_F()
424 ASSERT_GE(systemTime(), desiredPresentTime); in TEST_F()