Home
last modified time | relevance | path

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

1234

/frameworks/base/core/jni/
DAndroidRuntime.cpp380 const int len = property_get(key, &temp[0], defaultValue); in getProperty()
499 property_get(property, buffer+runtimeArgLen, defaultArg); in parseRuntimeOption()
526 property_get(property, buffer+compilerArgLen, ""); in parseCompilerOption()
555 property_get(property, buffer+runtimeArgLen, ""); in parseCompilerRuntimeOption()
635 property_get("dalvik.vm.checkjni", propBuf, ""); in startVm()
640 property_get("ro.kernel.android.checkjni", propBuf, ""); in startVm()
654 property_get("dalvik.vm.execution-mode", propBuf, ""); in startVm()
705 property_get("dalvik.vm.usejitprofiles", useJitProfilesOptsBuf, ""); in startVm()
718 property_get("ro.config.low_ram", propBuf, ""); in startVm()
747 property_get("vold.decrypt", voldDecryptBuf, ""); in startVm()
[all …]
Dandroid_os_SystemProperties.cpp45 len = property_get(key, buf, ""); in SystemProperties_getSS()
82 len = property_get(key, buf, ""); in SystemProperties_get_int()
112 len = property_get(key, buf, ""); in SystemProperties_get_long()
141 len = property_get(key, buf, ""); in SystemProperties_get_boolean()
Dandroid_view_DisplayListCanvas.cpp207 if (property_get("ro.kernel.qemu", prop, NULL) == 0) { in android_view_DisplayListCanvas_isAvailable()
213 property_get("qemu.gles", prop, "0"); in android_view_DisplayListCanvas_isAvailable()
/frameworks/base/libs/hwui/
DProperties.cpp74 if (property_get(key, buf, "") > 0) { in property_get_int()
83 if (property_get(key, buf, "") > 0) { in property_get_float()
96 if (property_get(PROPERTY_DEBUG_OVERDRAW, property, nullptr) > 0) { in load()
108 if (property_get(PROPERTY_DEBUG_STENCIL_CLIP, property, nullptr) > 0) { in load()
122 if (property_get(PROPERTY_PROFILE, property, "") > 0) { in load()
/frameworks/av/media/libstagefright/foundation/
DADebug.cpp91 if (property_get(propertyName, value, NULL)) { in GetLevelFromProperty()
149 if (property_get("ro.build.type", value, NULL)) { in getExperimentFlag()
160 property_get("ro.serialno", serial, "0"); in getExperimentFlag()
/frameworks/native/opengl/libs/EGL/
DLoader.cpp96 property_get("ro.kernel.qemu",prop,"0"); in ANDROID_SINGLETON_STATIC_INSTANCE()
101 property_get("qemu.gles",prop,"0"); in ANDROID_SINGLETON_STATIC_INSTANCE()
206 property_get("ro.kernel.qemu", prop, "0"); in setEmulatorGlesValue()
209 property_get("ro.kernel.qemu.gles",prop,"0"); in setEmulatorGlesValue()
486 if (property_get(key, prop, nullptr) > 0) { in load_updated_driver()
Degl.cpp72 property_get("debug.egl.callstack", value, "0"); in gl_no_context()
231 property_get("debug.egl.callstack", value, "0"); in gl_unimplemented()
Degl_tls.cpp79 property_get("debug.egl.callstack", value, "0"); in setErrorEtcImpl()
Degl_display.cpp207 property_get("debug.egl.finish", value, "0"); in initialize()
212 property_get("debug.egl.traceGpuCompletion", value, "0"); in initialize()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp436 property_get("ro.radio.log_prefix", property, ""); in dump_modem_logs()
685 property_get(key, property, ""); in property_get_size()
751 property_get("ro.build.display.id", build, "(unknown)"); in print_header()
752 property_get("ro.build.fingerprint", fingerprint, "(unknown)"); in print_header()
753 property_get("ro.build.type", build_type, "(unknown)"); in print_header()
754 property_get("gsm.version.baseband", radio, "(unknown)"); in print_header()
755 property_get("ro.bootloader", bootloader, "(unknown)"); in print_header()
756 property_get("gsm.operator.alpha", network, "(unknown)"); in print_header()
1021 property_get("dalvik.vm.stack-trace-file", anr_traces_path, ""); in dumpstate()
1163 property_get("ril.dumpstate.timeout", ril_dumpstate_timeout, "30"); in dumpstate()
[all …]
/frameworks/rs/
DrsCompatibilityLib.h34 int property_get(const char *key, char *value, const char *default_value);
DrsCompatibilityLib.cpp22 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
/frameworks/compile/libbcc/include/bcc/Support/
DProperties.h30 property_get(str, buf, "0"); in getProperty()
/frameworks/base/core/jni/android/graphics/
DRtlProperties.h42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) { in readRtlDebugLevel()
/frameworks/base/services/core/jni/
Dcom_android_server_SystemServer.cpp36 property_get("system_init.startsensorservice", propBuf, "1"); in android_server_SystemServer_startSensorService()
/frameworks/base/cmds/bootanimation/
Dbootanimation_main.cpp38 property_get("debug.sf.nobootanimation", value, "0"); in main()
/frameworks/av/services/audioflinger/
DFastMixerState.cpp72 if (property_get("ro.audio.max_fast_tracks", value, NULL) > 0) { in sMaxFastTracksInit()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp165 if (property_get(PROP_DRC_OVERRIDE_REF_LEVEL, value, NULL)) { in initDecoder()
174 if (property_get(PROP_DRC_OVERRIDE_CUT, value, NULL)) { in initDecoder()
183 if (property_get(PROP_DRC_OVERRIDE_BOOST, value, NULL)) { in initDecoder()
192 if (property_get(PROP_DRC_OVERRIDE_HEAVY, value, NULL)) { in initDecoder()
201 if (property_get(PROP_DRC_OVERRIDE_ENC_LEVEL, value, NULL)) { in initDecoder()
/frameworks/av/media/libmediaplayerservice/
DTestPlayerStub.cpp48 property_get(kBuildTypePropName, prop, "\0"); in isTestBuild()
/frameworks/base/cmds/app_process/
Dapp_main.cpp284 if (property_get(ABI_LIST_PROPERTY, prop, NULL) == 0) { in main()
/frameworks/rs/cpp/
DRenderScript.cpp96 property_get(str, buf, "0"); in getProp()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp68 property_get("debug.rs.precision", buf, ""); in is_force_recompile()
74 property_get("debug.rs.forcerecompile", buf, "0"); in is_force_recompile()
185 property_get("ro.debuggable", buf, ""); in isChecksumNeeded()
/frameworks/av/media/libstagefright/
DDataSource.cpp185 if (property_get("drm.service.enabled", value, NULL) in RegisterDefaultSniffers()
DMediaExtractor.cpp148 if (property_get("media.stagefright.extractremote", value, NULL) in Create()
/frameworks/av/media/libmedia/
DMediaScanner.cpp57 property_get("testing.mediascanner.skiplist", mSkipList, ""); in loadSkipList()

1234