/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimationUtil.cpp | 46 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 D | BootAnimation.cpp | 508 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 D | properties.h | 49 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 D | properties.h | 49 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 D | properties_test.cpp | 86 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 D | properties.cpp | 33 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 D | trace-dev.inc | 109 property_get(buf, value, ""); 148 property_get("debug.atrace.tags.enableflags", value, "0");
|
/aosp14/frameworks/base/core/jni/ |
H A D | AndroidRuntime.cpp | 551 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 D | android_hardware_Camera.cpp | 550 property_get("ro.camera.sound.forced", value, "0"); in android_hardware_Camera_getCameraInfo()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | RtlProperties.h | 42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) { in readRtlDebugLevel()
|
/aosp14/frameworks/base/cmds/app_process/ |
H A D | app_main.cpp | 314 if (property_get(ABI_LIST_PROPERTY, prop, NULL) == 0) { in main()
|
/aosp14/frameworks/base/omapi/aidl/vts/functional/omapi/ |
H A D | VtsHalOmapiSeServiceV1_TargetTest.cpp | 182 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 D | sdcard.cpp | 66 property_get(PROP_SDCARDFS_USER, property, ""); in should_use_sdcardfs()
|
/aosp14/system/core/healthd/ |
H A D | BatteryMonitor_v1.cpp | 815 if (property_get("ro.boot.fake_battery", pval, NULL) > 0 in init()
|
H A D | BatteryMonitor.cpp | 1018 if (property_get("ro.boot.fake_battery", pval, NULL) > 0 in init()
|