Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged.cpp197 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/
Dproperties.h107 int32_t property_get_int32(const char *key, int32_t default_value);
/system/core/libcutils/include/cutils/
Dproperties.h107 int32_t property_get_int32(const char *key, int32_t default_value);
/system/media/alsa_utils/
Dalsa_device_profile.c117 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/
Dproperties.cpp77 int32_t property_get_int32(const char* key, int32_t default_value) { in property_get_int32() function
Dproperties_test.cpp332 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()
Dtrace-dev.inc102 int count = property_get_int32("debug.atrace.app_number", 0);
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc186 isDebuggable = property_get_int32("ro.debuggable", 0); in debug_nfcsnoop_init()
/system/core/healthd/
Dhealthd_mode_charger.cpp571 property_get_int32(UNPLUGGED_SHUTDOWN_TIME_PROP, UNPLUGGED_SHUTDOWN_TIME); in HandlePowerSupplyState()