/frameworks/opt/net/wifi/libwifi_system/ |
D | supplicant_manager.cpp | 47 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/ |
D | BootAnimationUtil.cpp | 46 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/ |
D | AndroidRuntime.cpp | 526 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/ |
D | Properties.h | 28 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/ |
D | ADebug.cpp | 91 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()
|
D | FoundationUtils.cpp | 73 property_get("ro.build.version.release", value, "Unknown"); in MakeUserAgent()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.h | 180 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/ |
D | DrmPluginPath.cpp | 28 if (property_get("drm.64bit.enabled", value, NULL) == 0) { in getDrmPluginPath()
|
/frameworks/base/libs/hwui/jni/ |
D | RtlProperties.h | 42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) { in readRtlDebugLevel()
|
/frameworks/native/services/gpuservice/ |
D | GpuService.cpp | 166 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/ |
D | LayerHistory.cpp | 50 property_get("debug.sf.layer_history_trace", value, "0"); in traceEnabled() 56 property_get("debug.sf.use_frame_rate_priority", value, "1"); in useFrameRatePriority()
|
D | VSyncModulator.cpp | 43 property_get("debug.sf.vsync_trace_detailed_info", value, "0"); in VSyncModulator()
|
/frameworks/native/libs/renderengine/ |
D | RenderEngine.cpp | 29 property_get(PROPERTY_DEBUG_RENDERENGINE_BACKEND, prop, "gles"); in create()
|
/frameworks/av/services/audioflinger/ |
D | FastMixerState.cpp | 75 if (property_get("ro.audio.max_fast_tracks", value, NULL) > 0) { in sMaxFastTracksInit()
|
/frameworks/av/media/libaudiohal/impl/ |
D | StreamPowerLog.h | 86 (void)property_get("ro.build.type", value, "unknown"); // ignore actual length in is_userdebug_or_eng_build()
|
/frameworks/rs/cpp/ |
D | rsCppUtils.cpp | 106 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
|
/frameworks/rs/ |
D | rsCppUtils.cpp | 106 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
|
/frameworks/ml/nn/driver/cache/BlobCache/ |
D | BlobCache.cpp | 31 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/ |
D | RegionSamplingThread.cpp | 74 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/ |
D | TestPlayerStub.cpp | 48 property_get(kBuildTypePropName, prop, "\0"); in isTestBuild()
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 170 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/ |
D | com_android_server_SystemServer.cpp | 51 property_get("system_init.startsensorservice", propBuf, "1"); in android_server_SystemServer_startSensorService()
|
/frameworks/opt/net/wifi/libwifi_hal/ |
D | wifi_hal_common.cpp | 121 if (!property_get(DRIVER_PROP_NAME, driver_status, NULL)) { in is_wifi_driver_loaded()
|
/frameworks/native/cmds/installd/ |
D | installd.cpp | 51 return property_get(key, value, default_value); in get_property()
|
/frameworks/av/media/libstagefright/codecs/xaacdec/ |
D | SoftXAAC.cpp | 190 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()
|