/frameworks/av/drm/libmediadrm/ |
H A D | DrmPluginPath.cpp | 28 if (property_get("drm.64bit.enabled", value, NULL) == 0) {
|
/frameworks/compile/libbcc/lib/ |
H A D | Properties.h | 28 static inline int property_get(const char *key, char *value, const char *default_value) { function 46 property_get(str, buf, "0");
|
/frameworks/base/core/jni/android/graphics/ |
H A D | RtlProperties.h | 42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) {
|
/frameworks/opt/net/wifi/libwifi_system/ |
H A D | supplicant_manager.cpp | 47 if (property_get(kSupplicantInitProperty, supp_status, NULL) && 95 if (property_get(kSupplicantInitProperty, supp_status, NULL) && 104 if (property_get(kSupplicantInitProperty, supp_status, NULL)) { 115 if (property_get(kSupplicantInitProperty, supp_status, NULL)) {
|
/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimationUtil.cpp | 30 property_get("debug.sf.nobootanimation", value, "0"); 35 property_get("ro.boot.quiescent", value, "0");
|
H A D | bootanimation_main.cpp | 89 if (property_get(BOOTREASON_PROP_NAME, bootreason, nullptr) > 0) {
|
/frameworks/base/cmds/bootanimation/iot/ |
H A D | iotbootanimation_main.cpp | 53 property_get("ro.oem.bootactions.lib", property, kDefaultLibName); 80 property_get("service.bootanim.exit", value, "0");
|
/frameworks/base/libs/hwui/ |
H A D | Properties.cpp | 75 if (property_get(key, buf, "") > 0) { 88 if (property_get(PROPERTY_DEBUG_OVERDRAW, property, nullptr) > 0) { 100 if (property_get(PROPERTY_DEBUG_STENCIL_CLIP, property, nullptr) > 0) { 114 if (property_get(PROPERTY_PROFILE, property, "") > 0) { 193 property_get(PROPERTY_RENDERER, prop, "skiagl");
|
/frameworks/av/media/libstagefright/foundation/ |
H A D | ADebug.cpp | 91 if (property_get(propertyName, value, NULL)) { 149 if (property_get("ro.build.type", value, NULL)) { 160 property_get("ro.serialno", serial, "0");
|
/frameworks/av/media/libaudiohal/2.0/ |
H A D | StreamPowerLog.h | 85 (void)property_get("ro.build.type", value, "unknown"); // ignore actual length
|
/frameworks/av/media/libaudiohal/4.0/ |
H A D | StreamPowerLog.h | 86 (void)property_get("ro.build.type", value, "unknown"); // ignore actual length
|
/frameworks/av/services/audioflinger/ |
H A D | FastMixerState.cpp | 75 if (property_get("ro.audio.max_fast_tracks", value, NULL) > 0) {
|
/frameworks/base/services/core/jni/ |
H A D | com_android_server_SystemServer.cpp | 35 property_get("system_init.startsensorservice", propBuf, "1");
|
/frameworks/rs/cpp/ |
H A D | rsCppUtils.cpp | 105 // Implementation of property_get from libcutils 106 int property_get(const char *key, char *value, const char *default_value) { function in namespace:android::renderscript
|
/frameworks/rs/ |
H A D | rsCppUtils.cpp | 105 // Implementation of property_get from libcutils 106 int property_get(const char *key, char *value, const char *default_value) { function in namespace:android::renderscript
|
/frameworks/base/core/jni/ |
H A D | AndroidRuntime.cpp | 513 property_get(property, buffer+runtimeArgLen, defaultArg); 540 property_get(property, buffer+compilerArgLen, ""); 569 property_get(property, buffer+runtimeArgLen, ""); 654 property_get("dalvik.vm.checkjni", propBuf, ""); 659 property_get("ro.kernel.android.checkjni", propBuf, ""); 673 property_get("dalvik.vm.execution-mode", propBuf, ""); 685 property_get("dalvik.vm.stack-trace-dir", propBuf, ""); 737 property_get("dalvik.vm.usejitprofiles", useJitProfilesOptsBuf, ""); 750 property_get("dalvik.vm.profilebootimage", propBuf, ""); 767 property_get("r [all...] |
/frameworks/native/opengl/libs/EGL/ |
H A D | Loader.cpp | 102 property_get("ro.kernel.qemu",prop,"0"); 107 property_get("qemu.gles",prop,"0"); 189 property_get("ro.kernel.qemu", prop, "0"); 192 property_get("ro.kernel.qemu.gles",prop,"0"); 472 if (property_get(key, prop, nullptr) > 0) {
|
H A D | egl.cpp | 65 property_get("debug.egl.callstack", value, "0"); 224 property_get("debug.egl.callstack", value, "0");
|
H A D | egl_tls.cpp | 74 property_get("debug.egl.callstack", value, "0");
|
/frameworks/rs/cpu_ref/ |
H A D | rsCpuScript.h | 183 android::renderscript::property_get("debug.rs.precision", buf, ""); 189 android::renderscript::property_get("debug.rs.forcerecompile", buf, "0"); 199 android::renderscript::property_get("ro.vndk.version", buf, "");
|
/frameworks/av/media/libmediaplayerservice/ |
H A D | TestPlayerStub.cpp | 48 property_get(kBuildTypePropName, prop, "\0");
|
/frameworks/ml/nn/driver/cache/BlobCache/ |
H A D | BlobCache.cpp | 31 static int property_get(const char *key, char *value, const char *default_value) { function 243 header->mBuildIdLength = property_get("ro.build.id", buildId, ""); 296 int len = property_get("ro.build.id", buildId, "");
|
/frameworks/native/cmds/installd/ |
H A D | installd.cpp | 51 return property_get(key, value, default_value);
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
H A D | FakeComposerUtils.cpp | 165 property_get("debug.sf.nobootanimation", value, "0");
|
/frameworks/opt/net/wifi/libwifi_hal/ |
H A D | wifi_hal_common.cpp | 120 if (!property_get(DRIVER_PROP_NAME, driver_status, NULL) ||
|