Searched refs:property_get_int32 (Results 1 – 9 of 9) sorted by relevance
/system/core/storaged/ |
D | storaged.cpp | 197 property_get_int32("ro.storaged.event.interval", in storaged_t() 201 property_get_int32("ro.storaged.event.perf_check", 0); in storaged_t() 204 property_get_int32("ro.storaged.disk_stats_pub", in storaged_t() 208 property_get_int32("ro.storaged.uid_io.interval", in storaged_t() 212 property_get_int32("ro.storaged.flush_proto.interval", in storaged_t()
|
/system/core/libcutils/include_outside_system/cutils/ |
D | properties.h | 107 int32_t property_get_int32(const char *key, int32_t default_value);
|
/system/core/libcutils/include/cutils/ |
D | properties.h | 107 int32_t property_get_int32(const char *key, int32_t default_value);
|
/system/media/alsa_utils/ |
D | alsa_device_profile.c | 117 unsigned period_us = property_get_int32("ro.audio.usb.period_us", PERIOD_DURATION_US); in profile_calc_min_period_size() 442 profile->extra_latency_ms = property_get_int32( in profile_fill_builtin_device_info() 447 int period_count = property_get_int32( in profile_fill_builtin_device_info() 451 int period_size_multiplier = property_get_int32( in profile_fill_builtin_device_info()
|
/system/core/libcutils/ |
D | properties.cpp | 77 int32_t property_get_int32(const char* key, int32_t default_value) { in property_get_int32() function
|
D | properties_test.cpp | 332 TEST_F(PropertiesTest, property_get_int32) { in TEST_F() argument 374 int32_t val = property_get_int32(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F()
|
D | trace-dev.inc | 102 int count = property_get_int32("debug.atrace.app_number", 0);
|
/system/nfc/src/adaptation/ |
D | debug_nfcsnoop.cc | 186 isDebuggable = property_get_int32("ro.debuggable", 0); in debug_nfcsnoop_init()
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 571 property_get_int32(UNPLUGGED_SHUTDOWN_TIME_PROP, UNPLUGGED_SHUTDOWN_TIME); in HandlePowerSupplyState()
|