Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 14 of 14) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.cpp455 std::string threshold = std::to_string(static_cast<int>( in initializeTrip() local
459 if (!android::base::WriteStringToFile(threshold, path)) { in initializeTrip()
461 << " trip point: " << threshold << path; in initializeTrip()
465 threshold = std::to_string(static_cast<int>( in initializeTrip()
469 if (!android::base::WriteStringToFile(threshold, path)) { in initializeTrip()
470 LOG(ERROR) << "fail to update " << sensor_name << "trip hyst" << threshold in initializeTrip()
574 TemperatureThreshold threshold; in thermalWatcherCallbackFunc() local
596 if (!readTemperatureThreshold(name_status_pair.first, &threshold)) { in thermalWatcherCallbackFunc()
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h37 void set_accuracy_threshold(enum accuracy_signal_type_e type, double threshold);
/hardware/invensense/6515/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h37 void set_accuracy_threshold(enum accuracy_signal_type_e type, double threshold);
/hardware/interfaces/thermal/2.0/
Dtypes.hal103 * happens when temperature >= threshold. If not available, set to NAN.
111 * happens when temperature <= threshold. If not available, set to NAN.
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicleCallback.hal24 * threshold and frequency (a regular subscription, see subscribe call's
/hardware/interfaces/radio/1.2/
DIRadio.hal84 * hysteresisDb must be smaller than the smallest threshold delta. An interval value of 0
107 * reports. hysteresisDlKbps must be smaller than the smallest threshold delta. A value of 0
110 * reports. hysteresisUlKbps must be smaller than the smallest threshold delta. A value of 0
/hardware/interfaces/wifi/1.0/
DIWifiStaIface.hal339 * @param maxRssi Maximum RSSI threshold.
340 * @param minRssi Minimum RSSI threshold.
Dtypes.hal278 * Max reporting number of scans threshold that can be specified in the scan
383 * % cache buffer filled threshold at which the host must be notified of
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal1165 * * \f$t_{cell}\f$ is the threshold for clipping the cell state, and
1166 * * \f$t_{proj}\f$ is the threshold for clipping the projected output.
1291 * * 21:The clipping threshold (\f$t_{cell}\f$) for the cell state, such
1301 * * 22:The clipping threshold (\f$t_{proj}\f$) for the output from the
2480 * * 49: The clipping threshold for the cell state, such
2488 * * 50: The clipping threshold for the output from the
2674 * than a threshold are removed from the pending set.
2677 * * Hard: score_new = score_old * (1 if IoU < threshold else 0)
2678 * * Linear: score_new = score_old * (1 if IoU < threshold else 1 - IoU)
2705 * with scores lower than the threshold are filtered before sending
[all …]
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp804 const AvailableStream *threshold = nullptr);
815 const AvailableStream *threshold = nullptr,
4794 const AvailableStream *threshold) { in getAvailableOutputStreams() argument
4813 fillOutputStreams(&scalarEntry, outputStreams, threshold, in getAvailableOutputStreams()
4826 std::vector<AvailableStream>& outputStreams, const AvailableStream* threshold, in fillOutputStreams() argument
4830 if(nullptr == threshold) { in fillOutputStreams()
4835 if ((threshold->format == entry->data.i32[i]) && in fillOutputStreams()
4836 (threshold->width >= entry->data.i32[i+1]) && in fillOutputStreams()
4837 (threshold->height >= entry->data.i32[i+2])) { in fillOutputStreams()
4839 entry->data.i32[i+2], threshold->format}; in fillOutputStreams()
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_color_manager_drm.cpp534 mdp_sixzone->threshold = sde_pa->six_zone_thresh; in GetDrmPASixZone()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h1541 u32 threshold; member
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal852 * * \f$t_{cell}\f$ is the threshold for clipping the cell state, and
853 * * \f$t_{proj}\f$ is the threshold for clipping the projected output.
978 * * 21:The clipping threshold (\f$t_{cell}\f$) for the cell state, such
981 * * 22:The clipping threshold (\f$t_{proj}\f$) for the output from the
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_req.cpp1319 tcaReqParams[1] = pReq->threshold; in putNanTCA()