Searched refs:threshold (Results 1 – 14 of 14) sorted by relevance
/hardware/google/pixel/thermal/ |
D | thermal-helper.cpp | 455 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/ |
D | quat_accuracy_monitor.h | 37 void set_accuracy_threshold(enum accuracy_signal_type_e type, double threshold);
|
/hardware/invensense/6515/libsensors_iio/software/core/mpl/ |
D | quat_accuracy_monitor.h | 37 void set_accuracy_threshold(enum accuracy_signal_type_e type, double threshold);
|
/hardware/interfaces/thermal/2.0/ |
D | types.hal | 103 * 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/ |
D | IVehicleCallback.hal | 24 * threshold and frequency (a regular subscription, see subscribe call's
|
/hardware/interfaces/radio/1.2/ |
D | IRadio.hal | 84 * 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/ |
D | IWifiStaIface.hal | 339 * @param maxRssi Maximum RSSI threshold. 340 * @param minRssi Minimum RSSI threshold.
|
D | types.hal | 278 * 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/ |
D | types.hal | 1165 * * \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/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 804 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/ |
D | hw_color_manager_drm.cpp | 534 mdp_sixzone->threshold = sde_pa->six_zone_thresh; in GetDrmPASixZone()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 1541 u32 threshold; member
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 852 * * \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/ |
D | nan_req.cpp | 1319 tcaReqParams[1] = pReq->threshold; in putNanTCA()
|