Searched refs:property_get_int32 (Results 1 – 9 of 9) sorted by relevance
/system/core/storaged/ |
D | storaged.cpp | 144 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/ |
D | properties.cc | 60 return property_get_int32(key, default_value); in osi_property_get_int32()
|
/system/core/libcutils/include_vndk/cutils/ |
D | properties.h | 104 int32_t property_get_int32(const char *key, int32_t default_value);
|
/system/core/libcutils/include/cutils/ |
D | properties.h | 104 int32_t property_get_int32(const char *key, int32_t default_value);
|
/system/core/libcutils/ |
D | properties.cpp | 103 int32_t property_get_int32(const char *key, int32_t default_value) { in property_get_int32() function
|
D | properties_test.cpp | 355 int32_t val = property_get_int32(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F()
|
D | trace-dev.inc | 64 int count = property_get_int32("debug.atrace.app_number", 0);
|
/system/core/lmkd/ |
D | lmkd.c | 2032 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/ |
D | alsa_device_profile.c | 116 unsigned period_us = property_get_int32("ro.audio.usb.period_us", PERIOD_DURATION_US); in profile_calc_min_period_size()
|