Home
last modified time | relevance | path

Searched refs:property_get_int32 (Results 1 – 10 of 10) sorted by relevance

/system/core/storaged/
Dstoraged.cpp142 property_get_int32("ro.storaged.event.interval", in storaged_t()
146 property_get_int32("ro.storaged.event.perf_check", 0); in storaged_t()
149 property_get_int32("ro.storaged.disk_stats_pub", in storaged_t()
153 property_get_int32("ro.storaged.uid_io.interval", in storaged_t()
157 property_get_int32("ro.storaged.flush_proto.interval", in storaged_t()
/system/bt/osi/src/
Dproperties.cc60 return property_get_int32(key, default_value); in osi_property_get_int32()
/system/core/libcutils/include_vndk/cutils/
Dproperties.h104 int32_t property_get_int32(const char *key, int32_t default_value);
/system/core/libcutils/include/cutils/
Dproperties.h104 int32_t property_get_int32(const char *key, int32_t default_value);
/system/core/libcutils/
Dproperties.cpp103 int32_t property_get_int32(const char *key, int32_t default_value) { in property_get_int32() function
Dproperties_test.cpp355 int32_t val = property_get_int32(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F()
Dtrace-dev.inc111 int count = property_get_int32("debug.atrace.app_number", 0);
/system/memory/lmkd/
Dlmkd.cpp3292 property_get_int32("ro.lmk.low", OOM_SCORE_ADJ_MAX + 1); in update_props()
3294 property_get_int32("ro.lmk.medium", 800); in update_props()
3296 property_get_int32("ro.lmk.critical", 0); in update_props()
3303 (int64_t)property_get_int32("ro.lmk.upgrade_pressure", 100); in update_props()
3305 (int64_t)property_get_int32("ro.lmk.downgrade_pressure", 100); in update_props()
3310 (unsigned long)property_get_int32("ro.lmk.kill_timeout_ms", 100); in update_props()
3315 swap_free_low_percentage = clamp(0, 100, property_get_int32("ro.lmk.swap_free_low_percentage", in update_props()
3317 psi_partial_stall_ms = property_get_int32("ro.lmk.psi_partial_stall_ms", in update_props()
3319 psi_complete_stall_ms = property_get_int32("ro.lmk.psi_complete_stall_ms", in update_props()
3321 thrashing_limit_pct = max(0, property_get_int32("ro.lmk.thrashing_limit", in update_props()
[all …]
/system/media/alsa_utils/
Dalsa_device_profile.c116 unsigned period_us = property_get_int32("ro.audio.usb.period_us", PERIOD_DURATION_US); in profile_calc_min_period_size()
/system/core/healthd/
Dhealthd_mode_charger.cpp524 property_get_int32(UNPLUGGED_SHUTDOWN_TIME_PROP, UNPLUGGED_SHUTDOWN_TIME); in HandlePowerSupplyState()