Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 18 of 18) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/
Dhistogram_mediator.cpp71 int threshold = ((roi.bottom - roi.top) * (roi.right - roi.left)) >> 16; in calculateThreshold() local
77 int threshold = calculateThreshold(roi); in setRoiWeightThreshold() local
/hardware/interfaces/radio/aidl/android/hardware/radio/ims/media/
DIImsMediaSession.aidl81 void setMediaQualityThreshold(in MediaQualityThreshold threshold); in setMediaQualityThreshold()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims.media/current/android/hardware/radio/ims/media/
DIImsMediaSession.aidl43 …oneway void setMediaQualityThreshold(in android.hardware.radio.ims.media.MediaQualityThreshold thr… in setMediaQualityThreshold()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims.media/1/android/hardware/radio/ims/media/
DIImsMediaSession.aidl43 …oneway void setMediaQualityThreshold(in android.hardware.radio.ims.media.MediaQualityThreshold thr… in setMediaQualityThreshold()
/hardware/knowles/athletico/sound_trigger_hal/
Dtunnel.c159 uint32_t threshold) in ia_set_tunnel_out_buf_threshold()
/hardware/interfaces/radio/aidl/vts/
Dradio_imsmedia_test.cpp194 MediaQualityThreshold threshold; in TEST_P() local
/hardware/interfaces/thermal/utils/
DThermalHidlWrapper.cpp94 TemperatureThreshold_2_0 convertAidlTemperatureThreshold(const TemperatureThreshold& threshold) { in convertAidlTemperatureThreshold()
175 for (const auto& threshold : ret_aidl) { in getTemperatureThresholds() local
/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.cpp441 int threshold = calculateThreshold(histogramConfig.roi); in configHistogram() local
647 const HistogramConfig &histogramConfig, int threshold) { in fillupChannelInfo()
854 int threshold = ((roi.bottom - roi.top) * (roi.right - roi.left)) >> 16; in calculateThreshold() local
/hardware/google/aemu/base/include/aemu/base/
DMruCache.h117 auto threshold = entryCount * 0.9; in evictIfNecessary() local
/hardware/google/pixel/thermal/
DThermal.cpp575 for (const auto &threshold : stats_by_threshold.thresholds) { in dumpThermalStats() local
604 for (const auto &threshold : stats_by_threshold.thresholds) { in dumpThermalStats() local
Dthermal-helper.cpp720 std::string threshold = std::to_string(static_cast<int>( in initializeTrip() local
993 TemperatureThreshold threshold; in thermalWatcherCallbackFunc() local
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp1094 const int64_t threshold = mRefreshRateDelayNanos; in calculateTimeline() local
/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.cpp836 const AvailableStream* threshold, in getAvailableOutputStreams()
876 const AvailableStream* threshold, in fillOutputStreams()
2187 void CameraAidlTest::configureStreamUseCaseInternal(const AvailableStream &threshold) { in configureStreamUseCaseInternal()
3262 const AvailableStream* threshold, std::shared_ptr<ICameraDeviceSession>* session, in configureOfflineStillStream()
DVtsAidlHalCameraProvider_TargetTest.cpp2319 AvailableStream threshold = {kMaxStillWidth, kMaxStillHeight, in TEST_P() local
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp1055 bool FenceTracker::fenceWarnLocked(uint32_t threshold) { in fenceWarnLocked()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp5534 AvailableStream threshold = {kMaxStillWidth, kMaxStillHeight, in TEST_P() local
6295 const AvailableStream* threshold, in getAvailableOutputStreams()
6409 std::vector<AvailableStream>& outputStreams, const AvailableStream* threshold, in fillOutputStreams()
7210 const AvailableStream *threshold, in configureOfflineStillStream()
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c305 int enable = -1, threshold = -1, interval = -1; in wpa_driver_cmd_set_congestion_report() local
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h1774 u32 threshold; member