Home
last modified time | relevance | path

Searched refs:clamp (Results 1 – 5 of 5) sorted by relevance

/system/core/libprocessgroup/
Dtask_profiles.h61 SetClampsAction(int boost, int clamp) noexcept : boost_(boost), clamp_(clamp) {} in SetClampsAction() argument
Dtask_profiles.cpp453 unsigned long clamp = strtoul(clamp_value.c_str(), &end, 10); in Load() local
455 profile->Add(std::make_unique<SetClampsAction>(boost, clamp)); in Load()
/system/core/fs_mgr/libfiemap/
Dbinder.cpp118 static_cast<int32_t>(std::clamp<typename std::chrono::milliseconds::rep>( in MapImageDevice()
/system/memory/lmkd/
Dlmkd.cpp536 static int clamp(int low, int high, int value) { in clamp() function
3315 swap_free_low_percentage = clamp(0, 100, property_get_int32("ro.lmk.swap_free_low_percentage", in update_props()
3323 thrashing_limit_decay_pct = clamp(0, 100, property_get_int32("ro.lmk.thrashing_limit_decay", in update_props()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp1069 uint64_t size = std::clamp(info.size / 2, kMinimumSize, kMaximumSize); in CreateScratchOnData()