Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged.cpp144 property_get_int32("ro.storaged.event.interval", in storaged_t()
148 property_get_int32("ro.storaged.event.perf_check", 0); in storaged_t()
151 property_get_int32("ro.storaged.disk_stats_pub", in storaged_t()
155 property_get_int32("ro.storaged.uid_io.interval", in storaged_t()
159 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.inc64 int count = property_get_int32("debug.atrace.app_number", 0);
/system/core/lmkd/
Dlmkd.c2032 property_get_int32("ro.lmk.low", OOM_SCORE_ADJ_MAX + 1); in main()
2034 property_get_int32("ro.lmk.medium", 800); in main()
2036 property_get_int32("ro.lmk.critical", 0); in main()
2043 (int64_t)property_get_int32("ro.lmk.upgrade_pressure", 100); in main()
2045 (int64_t)property_get_int32("ro.lmk.downgrade_pressure", 100); in main()
2050 (unsigned long)property_get_int32("ro.lmk.kill_timeout_ms", 0); in main()
2056 property_get_int32("ro.lmk.swap_free_low_percentage", 10); in main()
/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()