Home
last modified time | relevance | path

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

123

/frameworks/opt/net/wifi/libwifi_system/
Dsupplicant_manager.cpp47 if (property_get(kSupplicantInitProperty, supp_status, NULL) && in StartSupplicant()
95 if (property_get(kSupplicantInitProperty, supp_status, NULL) && in StopSupplicant()
104 if (property_get(kSupplicantInitProperty, supp_status, NULL)) { in StopSupplicant()
115 if (property_get(kSupplicantInitProperty, supp_status, NULL)) { in IsSupplicantRunning()
/frameworks/base/cmds/bootanimation/
DBootAnimationUtil.cpp46 property_get("debug.sf.nobootanimation", value, "0"); in bootAnimationDisabled()
51 property_get("ro.boot.quiescent", value, "0"); in bootAnimationDisabled()
94 if (property_get(BOOTREASON_PROP_NAME, bootreason, nullptr) > 0) { in playSoundsAllowed()
/frameworks/base/core/jni/
DAndroidRuntime.cpp526 property_get(property, buffer+runtimeArgLen, defaultArg); in parseRuntimeOption()
553 property_get(property, buffer+compilerArgLen, ""); in parseCompilerOption()
582 property_get(property, buffer+runtimeArgLen, ""); in parseCompilerRuntimeOption()
676 property_get("dalvik.vm.profilebootclasspath", propBuf, ""); in startVm()
723 property_get("dalvik.vm.checkjni", propBuf, ""); in startVm()
728 property_get("ro.kernel.android.checkjni", propBuf, ""); in startVm()
742 property_get("dalvik.vm.execution-mode", propBuf, ""); in startVm()
821 property_get("dalvik.vm.usejitprofiles", useJitProfilesOptsBuf, ""); in startVm()
847 property_get("ro.config.low_ram", propBuf, ""); in startVm()
905 property_get("vold.decrypt", voldDecryptBuf, ""); in startVm()
[all …]
/frameworks/compile/libbcc/lib/
DProperties.h28 static inline int property_get(const char *key, char *value, const char *default_value) { in property_get() function
46 property_get(str, buf, "0"); in getProperty()
/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()
DFoundationUtils.cpp73 property_get("ro.build.version.release", value, "Unknown"); in MakeUserAgent()
/frameworks/rs/cpu_ref/
DrsCpuScript.h180 android::renderscript::property_get("debug.rs.precision", buf, ""); in is_force_recompile()
186 android::renderscript::property_get("debug.rs.forcerecompile", buf, "0"); in is_force_recompile()
196 android::renderscript::property_get("ro.vndk.version", buf, ""); in getVndkSysLibPath()
/frameworks/av/drm/libmediadrm/
DDrmPluginPath.cpp28 if (property_get("drm.64bit.enabled", value, NULL) == 0) { in getDrmPluginPath()
/frameworks/base/libs/hwui/jni/
DRtlProperties.h42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) { in readRtlDebugLevel()
/frameworks/native/services/gpuservice/
DGpuService.cpp166 property_get("ro.gfx.driver.0", stableGameDriver, "unsupported"); in dumpGameDriverInfo()
170 property_get("ro.gfx.driver.1", preReleaseGameDriver, "unsupported"); in dumpGameDriverInfo()
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp50 property_get("debug.sf.layer_history_trace", value, "0"); in traceEnabled()
56 property_get("debug.sf.use_frame_rate_priority", value, "1"); in useFrameRatePriority()
DVSyncModulator.cpp43 property_get("debug.sf.vsync_trace_detailed_info", value, "0"); in VSyncModulator()
/frameworks/native/libs/renderengine/
DRenderEngine.cpp29 property_get(PROPERTY_DEBUG_RENDERENGINE_BACKEND, prop, "gles"); in create()
/frameworks/av/services/audioflinger/
DFastMixerState.cpp75 if (property_get("ro.audio.max_fast_tracks", value, NULL) > 0) { in sMaxFastTracksInit()
/frameworks/av/media/libaudiohal/impl/
DStreamPowerLog.h86 (void)property_get("ro.build.type", value, "unknown"); // ignore actual length in is_userdebug_or_eng_build()
/frameworks/rs/cpp/
DrsCppUtils.cpp106 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
/frameworks/rs/
DrsCppUtils.cpp106 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache.cpp31 static int property_get(const char* key, char* value, const char* default_value) { in property_get() function
242 header->mBuildIdLength = property_get("ro.build.id", buildId, ""); in flatten()
295 int len = property_get("ro.build.id", buildId, ""); in unflatten()
/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp74 property_get("debug.sf.region_sampling_offset_ns", value, in EnvironmentTimingTunables()
78 property_get("debug.sf.region_sampling_period_ns", value, in EnvironmentTimingTunables()
82 property_get("debug.sf.region_sampling_timer_timeout_ns", value, in EnvironmentTimingTunables()
/frameworks/av/media/libmediaplayerservice/
DTestPlayerStub.cpp48 property_get(kBuildTypePropName, prop, "\0"); in isTestBuild()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp170 if (property_get(PROP_DRC_OVERRIDE_REF_LEVEL, value, NULL)) { in initDecoder()
179 if (property_get(PROP_DRC_OVERRIDE_CUT, value, NULL)) { in initDecoder()
188 if (property_get(PROP_DRC_OVERRIDE_BOOST, value, NULL)) { in initDecoder()
197 if (property_get(PROP_DRC_OVERRIDE_HEAVY, value, NULL)) { in initDecoder()
206 if (property_get(PROP_DRC_OVERRIDE_ENC_LEVEL, value, NULL)) { in initDecoder()
/frameworks/base/services/core/jni/
Dcom_android_server_SystemServer.cpp51 property_get("system_init.startsensorservice", propBuf, "1"); in android_server_SystemServer_startSensorService()
/frameworks/opt/net/wifi/libwifi_hal/
Dwifi_hal_common.cpp121 if (!property_get(DRIVER_PROP_NAME, driver_status, NULL)) { in is_wifi_driver_loaded()
/frameworks/native/cmds/installd/
Dinstalld.cpp51 return property_get(key, value, default_value); in get_property()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp190 if (property_get(PROP_DRC_OVERRIDE_REF_LEVEL, value, NULL)) { in initDecoder()
212 if (property_get(PROP_DRC_OVERRIDE_CUT, value, NULL)) { in initDecoder()
225 if (property_get(PROP_DRC_OVERRIDE_BOOST, value, NULL)) { in initDecoder()
237 if (property_get(PROP_DRC_OVERRIDE_HEAVY, value, NULL)) { in initDecoder()
250 if (property_get(PROP_DRC_OVERRIDE_EFFECT_TYPE, value, NULL)) { in initDecoder()

123