Home
last modified time | relevance | path

Searched refs:Estimate (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/gnss/2.0/
Dtypes.hal51 * Estimate of the elapsed time since boot value for the corresponding event in nanoseconds.
56 * Estimate of the relative precision of the alignment of this SystemClock
/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator.h98 VtEstimatorStatus Estimate(const std::vector<float> &thermistors, std::vector<float> *output);
Dvirtualtemp_estimator_test.cpp148 ret = vt_estimator_.Estimate(thermistors, &output); in run_random_input_inference()
280 ret = vt_estimator_.Estimate(input_data, &output); in run_single_inference()
380 ret = vt_estimator_.Estimate(model_inputs, &model_outputs); in run_batch_process()
Dvirtualtemp_estimator.cpp534 VtEstimatorStatus VirtualTempEstimator::Estimate(const std::vector<float> &thermistors, in Estimate() function in thermal::vtestimator::VirtualTempEstimator
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal426 * Indicates when there is an incoming Link Capacity Estimate (LCE) info report.
DIRadio.hal1459 * Start Link Capacity Estimate (LCE) service if supported by the radio.
1473 * Stop Link Capacity Estimate (LCE) service, the STOP operation must be
/hardware/google/pixel/thermal/
Dthermal-helper.cpp1037 sensor_info.virtual_sensor_info->vt_estimator->Estimate(model_inputs, &model_outputs); in runVirtualTempEstimator()