Home
last modified time | relevance | path

Searched refs:property_get (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimationUtil.cpp46 property_get("debug.sf.nobootanimation", value, "0"); in bootAnimationDisabled()
51 property_get("ro.boot.quiescent", value, "0"); in bootAnimationDisabled()
101 if (property_get(BOOTREASON_PROP_NAME, bootreason, nullptr) > 0) { in playSoundsAllowed()
H A DBootAnimation.cpp508 property_get(DISPLAYS_PROP_NAME, displayValue, ""); in readyToRun()
910 property_get(EXIT_PROP_NAME, value, "0"); in checkExit()
/aosp14/system/core/libcutils/include/cutils/
H A Dproperties.h49 int property_get(const char* key, char* value, const char* default_value);
123 int property_get(const char* key, char* value, const char* default_value)
136 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dproperties.h49 int property_get(const char* key, char* value, const char* default_value);
123 int property_get(const char* key, char* value, const char* default_value)
136 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
/aosp14/system/core/libcutils/
H A Dproperties_test.cpp86 return property_get(PROPERTY_TEST_KEY, mValue, defaultValue); in SetAndGetProperty()
107 size_t len = property_get(PROPERTY_TEST_KEY, mValue, PROPERTY_TEST_VALUE_DEFAULT); in TEST_F()
148 size_t len = property_get(PROPERTY_TEST_KEY, mValue, PROPERTY_TEST_VALUE_DEFAULT); in TEST_F()
163 int len = property_get(PROPERTY_TEST_KEY, mValue, oneLongerString.c_str()); in TEST_F()
176 int len = property_get(PROPERTY_TEST_KEY, mValue, maxLengthString.c_str()); in TEST_F()
189 int len = property_get(PROPERTY_TEST_KEY, mValue, oneCharString.c_str()); in TEST_F()
202 int len = property_get(PROPERTY_TEST_KEY, mValue, zeroCharString.c_str()); in TEST_F()
213 int len = property_get(PROPERTY_TEST_KEY, mValue, NULL); in TEST_F()
H A Dproperties.cpp33 int len = property_get(key, buf, ""); in property_get_bool()
57 if (property_get(key, value, "") < 1) return default_value; in property_get_int()
85 int property_get(const char* key, char* value, const char* default_value) { in property_get() function
H A Dtrace-dev.inc109 property_get(buf, value, "");
148 property_get("debug.atrace.tags.enableflags", value, "0");
/aosp14/frameworks/base/core/jni/
H A DAndroidRuntime.cpp551 property_get(property, buffer+runtimeArgLen, defaultArg); in parseRuntimeOption()
578 property_get(property, buffer+compilerArgLen, ""); in parseCompilerOption()
607 property_get(property, buffer+runtimeArgLen, ""); in parseCompilerRuntimeOption()
778 property_get("dalvik.vm.execution-mode", propBuf, ""); in startVm()
901 property_get("ro.config.low_ram", propBuf, ""); in startVm()
986 property_get("debug.generate-debug-info", propBuf, ""); in startVm()
1000 property_get("dalvik.vm.dex2oat-flags", dex2oatFlagsBuf, ""); in startVm()
1004 property_get("dalvik.vm.extra-opts", extraOptsBuf, ""); in startVm()
1059 property_get("ro.debuggable", propBuf, "0"); in startVm()
1081 property_get("ro.dalvik.vm.native.bridge", propBuf, ""); in startVm()
[all …]
H A Dandroid_hardware_Camera.cpp550 property_get("ro.camera.sound.forced", value, "0"); in android_hardware_Camera_getCameraInfo()
/aosp14/frameworks/base/libs/hwui/jni/
H A DRtlProperties.h42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) { in readRtlDebugLevel()
/aosp14/frameworks/base/cmds/app_process/
H A Dapp_main.cpp314 if (property_get(ABI_LIST_PROPERTY, prop, NULL) == 0) { in main()
/aosp14/frameworks/base/omapi/aidl/vts/functional/omapi/
H A DVtsHalOmapiSeServiceV1_TargetTest.cpp182 int len = property_get("ro.boot.product.hardware.sku", value, "config"); in getUuidMappingFile()
236 property_get("ro.system.build.type", value, ""); in isDebuggableBuild()
/aosp14/system/core/sdcard/
H A Dsdcard.cpp66 property_get(PROP_SDCARDFS_USER, property, ""); in should_use_sdcardfs()
/aosp14/system/core/healthd/
H A DBatteryMonitor_v1.cpp815 if (property_get("ro.boot.fake_battery", pval, NULL) > 0 in init()
H A DBatteryMonitor.cpp1018 if (property_get("ro.boot.fake_battery", pval, NULL) > 0 in init()