Searched refs:predictionSucceeded (Results 1 – 6 of 6) sorted by relevance
164 bool predictionSucceeded = false; member
348 if (record.predictionSucceeded) mTimeStats.compositionStrategyPredictionSucceededLegacy++; in pushCompositionStrategyState()
1145 const bool predictionSucceeded = dequeueSucceeded && changes == previousChanges; in prepareFrameAsync() local1146 state.strategyPrediction = predictionSucceeded ? CompositionStrategyPredictionState::SUCCESS in prepareFrameAsync()1148 if (!predictionSucceeded) { in prepareFrameAsync()
483 record.predictionSucceeded = i < COMPOSITION_STRATEGY_PREDICTION_SUCCEEDED_FRAMES; in TEST_F()
3105 TEST_F(OutputFinishFrameTest, predictionSucceeded) { in TEST_F() argument
2967 clientCompositionRecord.predictionSucceeded |= in composite()