Home
last modified time | relevance | path

Searched defs:prediction (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DPredictor.cpp171 const Prediction& prediction = getPrediction(*approximateMatch); in getPredictedPlan() local
265 const Prediction& prediction = mPredictions.at(hash); in listSimilarStacks() local
376 Prediction& prediction = getPrediction(predictedPlan.hash); in recordPredictedResult() local
429 const Prediction& prediction = mPredictions.at(hash); in findSimilarPrediction() local
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DPredictorTest.cpp375 Prediction prediction({}, plan); in TEST_F() local
385 Prediction prediction({}, {}); in TEST_F() local
403 Prediction prediction({}, {}); in TEST_F() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DAdvancedBluetoothDetailsHeaderControllerTest.java445 private void assertBatteryPrediction(LinearLayout linearLayout, String prediction) { in assertBatteryPrediction()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncPredictor.cpp219 auto const prediction = (ordinalRequest * slope) + intercept + oldest; in nextAnticipatedVSyncTimeFromLocked() local
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryInfo.java214 final long prediction = discharging ? batteryUsageStats.getBatteryTimeRemainingMs() : 0; in getBatteryInfo() local
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncPredictorTest.cpp373 auto const prediction = tracker.nextAnticipatedVSyncTimeFrom(timePoint); in TEST_F() local
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.cpp461 const auto prediction = in setBuffer() local
H A DSurfaceFlinger.cpp3565 const auto prediction = mFrameTimeline->getTokenManager()->getPredictionsForToken(vsyncId); in frameIsEarly() local