Searched refs:getPredictionsForToken (Results 1 – 6 of 6) sorted by relevance
117 virtual std::optional<TimelineItem> getPredictionsForToken(int64_t token) const = 0;327 std::optional<TimelineItem> getPredictionsForToken(int64_t token) const override;
747 std::optional<TimelineItem> TokenManager::getPredictionsForToken(int64_t token) const { in getPredictionsForToken() function in android::frametimeline::impl::TokenManager791 mTokenManager.getPredictionsForToken(frameTimelineInfo.vsyncId); in createSurfaceFrameForToken()827 mTokenManager.getPredictionsForToken(token), wakeUpTime); in setSfWakeUp()
72 MOCK_CONST_METHOD1(getPredictionsForToken, std::optional<frametimeline::TimelineItem>(int64_t));
185 std::optional<TimelineItem> predictions = mTokenManager->getPredictionsForToken(token1); in TEST_F()190 predictions = mTokenManager->getPredictionsForToken(token2); in TEST_F()
462 mFlinger->mFrameTimeline->getTokenManager()->getPredictionsForToken(info.vsyncId); in setBuffer()
3565 const auto prediction = mFrameTimeline->getTokenManager()->getPredictionsForToken(vsyncId); in frameIsEarly()