Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h117 virtual std::optional<TimelineItem> getPredictionsForToken(int64_t token) const = 0;
327 std::optional<TimelineItem> getPredictionsForToken(int64_t token) const override;
H A DFrameTimeline.cpp747 std::optional<TimelineItem> TokenManager::getPredictionsForToken(int64_t token) const { in getPredictionsForToken() function in android::frametimeline::impl::TokenManager
791 mTokenManager.getPredictionsForToken(frameTimelineInfo.vsyncId); in createSurfaceFrameForToken()
827 mTokenManager.getPredictionsForToken(token), wakeUpTime); in setSfWakeUp()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DMessageQueueTest.cpp72 MOCK_CONST_METHOD1(getPredictionsForToken, std::optional<frametimeline::TimelineItem>(int64_t));
H A DFrameTimelineTest.cpp185 std::optional<TimelineItem> predictions = mTokenManager->getPredictionsForToken(token1); in TEST_F()
190 predictions = mTokenManager->getPredictionsForToken(token2); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.cpp462 mFlinger->mFrameTimeline->getTokenManager()->getPredictionsForToken(info.vsyncId); in setBuffer()
H A DSurfaceFlinger.cpp3565 const auto prediction = mFrameTimeline->getTokenManager()->getPredictionsForToken(vsyncId); in frameIsEarly()