Home
last modified time | relevance | path

Searched refs:getPredictionsForToken (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.h125 virtual std::optional<TimelineItem> getPredictionsForToken(int64_t token) const = 0;
353 std::optional<TimelineItem> getPredictionsForToken(int64_t token) const override;
DFrameTimeline.cpp833 std::optional<TimelineItem> TokenManager::getPredictionsForToken(int64_t token) const { in getPredictionsForToken() function in android::frametimeline::impl::TokenManager
878 mTokenManager.getPredictionsForToken(frameTimelineInfo.vsyncId); in createSurfaceFrameForToken()
915 mTokenManager.getPredictionsForToken(token), wakeUpTime); in setSfWakeUp()
/frameworks/native/services/surfaceflinger/tests/unittests/
DMessageQueueTest.cpp73 MOCK_CONST_METHOD1(getPredictionsForToken, std::optional<frametimeline::TimelineItem>(int64_t));
DEventThreadTest.cpp291 auto prediction = mTokenManager->getPredictionsForToken( in expectVsyncEventFrameTimelinesCorrect()
506 mTokenManager->getPredictionsForToken(vsyncEventData.frameTimelines[i].vsyncId); in TEST_F()
DFrameTimelineTest.cpp199 std::optional<TimelineItem> predictions = mTokenManager->getPredictionsForToken(token1); in TEST_F()
204 predictions = mTokenManager->getPredictionsForToken(token2); in TEST_F()
/frameworks/native/services/surfaceflinger/
DLayer.cpp3263 mFlinger->mFrameTimeline->getTokenManager()->getPredictionsForToken( in recordLayerHistoryBufferUpdate()
3289 mFlinger->mFrameTimeline->getTokenManager()->getPredictionsForToken( in recordLayerHistoryBufferUpdate()
DSurfaceFlinger.cpp4420 const auto predictionOpt = mFrameTimeline->getTokenManager()->getPredictionsForToken( in scheduleNotifyExpectedPresentHint()
5129 mFrameTimeline->getTokenManager()->getPredictionsForToken(ftl::to_underlying(vsyncId)); in frameIsEarly()