Searched refs:getPredictionsForToken (Results 1 – 7 of 7) sorted by relevance
125 virtual std::optional<TimelineItem> getPredictionsForToken(int64_t token) const = 0;353 std::optional<TimelineItem> getPredictionsForToken(int64_t token) const override;
833 std::optional<TimelineItem> TokenManager::getPredictionsForToken(int64_t token) const { in getPredictionsForToken() function in android::frametimeline::impl::TokenManager878 mTokenManager.getPredictionsForToken(frameTimelineInfo.vsyncId); in createSurfaceFrameForToken()915 mTokenManager.getPredictionsForToken(token), wakeUpTime); in setSfWakeUp()
73 MOCK_CONST_METHOD1(getPredictionsForToken, std::optional<frametimeline::TimelineItem>(int64_t));
291 auto prediction = mTokenManager->getPredictionsForToken( in expectVsyncEventFrameTimelinesCorrect()506 mTokenManager->getPredictionsForToken(vsyncEventData.frameTimelines[i].vsyncId); in TEST_F()
199 std::optional<TimelineItem> predictions = mTokenManager->getPredictionsForToken(token1); in TEST_F()204 predictions = mTokenManager->getPredictionsForToken(token2); in TEST_F()
3263 mFlinger->mFrameTimeline->getTokenManager()->getPredictionsForToken( in recordLayerHistoryBufferUpdate()3289 mFlinger->mFrameTimeline->getTokenManager()->getPredictionsForToken( in recordLayerHistoryBufferUpdate()
4420 const auto predictionOpt = mFrameTimeline->getTokenManager()->getPredictionsForToken( in scheduleNotifyExpectedPresentHint()5129 mFrameTimeline->getTokenManager()->getPredictionsForToken(ftl::to_underlying(vsyncId)); in frameIsEarly()