Home
last modified time | relevance | path

Searched refs:GetBoolProperty (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/libs/hwui/
DProperties.cpp135 debugLayersUpdates = base::GetBoolProperty(PROPERTY_DEBUG_LAYERS_UPDATES, false); in load()
138 showDirtyRegions = base::GetBoolProperty(PROPERTY_DEBUG_SHOW_DIRTY_REGIONS, false); in load()
142 skipEmptyFrames = base::GetBoolProperty(PROPERTY_SKIP_EMPTY_DAMAGE, true); in load()
143 useBufferAge = base::GetBoolProperty(PROPERTY_USE_BUFFER_AGE, true); in load()
144 enablePartialUpdates = base::GetBoolProperty(PROPERTY_ENABLE_PARTIAL_UPDATES, true); in load()
146 filterOutTestOverhead = base::GetBoolProperty(PROPERTY_FILTER_TEST_OVERHEAD, false); in load()
148 …skpCaptureEnabled = debuggingEnabled && base::GetBoolProperty(PROPERTY_CAPTURE_SKP_ENABLED, false); in load()
150 bool skiaBroadTracing = base::GetBoolProperty(PROPERTY_SKIA_TRACING_ENABLED, false); in load()
153 base::GetBoolProperty(PROPERTY_SKIA_USE_PERFETTO_TRACK_EVENTS, false)); in load()
155 base::GetBoolProperty(PROPERTY_TRACE_GPU_RESOURCES, skiaBroadTracing); in load()
[all …]
/frameworks/native/cmds/installd/
Drun_dex2oat.cpp247 const bool generate_debug_info = GetBoolProperty("debug.generate-debug-info", false); in PrepareCompilerConfigFlags()
253 GetBoolProperty(kMinidebugInfoSystemProperty, in PrepareCompilerConfigFlags()
263 const bool trust_art_apex_data_files = GetBoolProperty("odsign.verification.success", false); in PrepareCompilerConfigFlags()
323 if (GetBoolProperty("ro.config.low_ram", false)) { in PrepareCompilerRuntimeAndPerfConfigFlags()
345 bool RunDex2Oat::GetBoolProperty(const std::string& key, bool default_value) { in GetBoolProperty() function in android::installd::RunDex2Oat
346 return android::base::GetBoolProperty(key, default_value); in GetBoolProperty()
Drun_dex2oat.h85 virtual bool GetBoolProperty(const std::string& key, bool default_value);
Ddexopt.cpp71 using android::base::GetBoolProperty;
183 return android::base::GetBoolProperty("ro.debuggable", false); in is_debuggable_build()
355 if (GetBoolProperty("ro.config.low_ram", false)) { in ShouldUseSwapFileForDexopt()
445 if (read_write && GetBoolProperty("dalvik.vm.useartservice", false)) { in open_reference_profile()
1318 ::android::base::GetBoolProperty("odsign.verification.success", false); in RunDexoptAnalyzer()
1952 use_dex2oat64 = GetBoolProperty("dalvik.vm.dex2oat64.enabled", false); in dexopt()
/frameworks/native/libs/gui/
DDebugEGLImageTracker.cpp24 using android::base::GetBoolProperty;
61 const bool enabled = GetBoolProperty("debug.sf.enable_egl_image_tracker", false); in getInstance()
/frameworks/native/services/inputflinger/reader/
DMacros.cpp25 android::base::GetBoolProperty("ro.debuggable", false);
/frameworks/native/services/inputflinger/dispatcher/
DDebugConfig.cpp25 android::base::GetBoolProperty("ro.debuggable", false);
/frameworks/base/core/jni/
Dfilesystem_utils.h40 android::base::GetBoolProperty(kExternalStorageSdcardfs, true); in IsSdcardfsUsed()
DAndroidRuntime.cpp54 using android::base::GetBoolProperty;
723 GetBoolProperty("dalvik.vm.profilebootclasspath", /*default_value=*/false); in startVm()
767 const bool checkJni = GetBoolProperty("dalvik.vm.checkjni", false); in startVm()
778 const bool odsignVerificationSuccess = GetBoolProperty("odsign.verification.success", false); in startVm()
/frameworks/native/opengl/libs/EGL/
Degl.cpp51 if (base::GetBoolProperty("debug.egl.callstack", false)) { in gl_no_context()
178 if (base::GetBoolProperty("debug.egl.callstack", false)) { in gl_unimplemented()
Degl_display.cpp156 attrs.push_back(base::GetBoolProperty("debug.angle.validation", false)); in getPlatformDisplayAngle()
322 if (android::base::GetBoolProperty("service.sf.present_timestamp", false)) { in initialize()
377 finishOnSwap = base::GetBoolProperty("debug.egl.finish", false); in initialize()
378 traceGpuCompletion = base::GetBoolProperty("debug.egl.traceGpuCompletion", false); in initialize()
Degl_tls.cpp110 if (base::GetBoolProperty("debug.egl.callstack", false)) { in setErrorEtcImpl()
Degl_cache.cpp237 if (base::GetBoolProperty("ro.egl.blobcache.multifile", false)) { in updateMode()
/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp221 dry_run_ = android::base::GetBoolProperty("dumpstate.dry_run", false) ? 1 : 0; in IsDryRun()
228 unroot_ = android::base::GetBoolProperty("dumpstate.unroot", false) ? 1 : 0; in IsUnroot()
235 parallel_run_ = android::base::GetBoolProperty("dumpstate.parallel_run", in IsParallelRun()
244 strict_run_ = android::base::GetBoolProperty("dumpstate.strict_run", true) ? 1 : 0; in IsStrictRun()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPlanner.cpp36 if (!base::GetBoolProperty(std::string("debug.sf.enable_cached_set_render_scheduling"), true)) { in buildRenderSchedulingTunables()
62 base::GetBoolProperty(std::string("debug.sf.enable_hole_punch_pip"), in buildFlattenerTuneables()
77 base::GetBoolProperty(std::string("debug.sf.enable_planner_prediction"), false); in Planner()
/frameworks/base/cmds/bootanimation/
DBootAnimationUtil.cpp86 if (android::base::GetBoolProperty(BOOT_COMPLETED_PROP_NAME, false)) { in playSoundsAllowed()
/frameworks/av/camera/
DCameraUtils.cpp139 return base::GetBoolProperty(kCameraServiceDisabledProperty, false); in isCameraServiceDisabled()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp207 if (base::GetBoolProperty("dalvik.vm.useartservice", false)) { in SetUp()
231 if (base::GetBoolProperty("dalvik.vm.useartservice", false)) { in TearDown()
972 if (base::GetBoolProperty("dalvik.vm.useartservice", false)) { in SetUp()
990 if (base::GetBoolProperty("dalvik.vm.useartservice", false)) { in TearDown()
1016 if (base::GetBoolProperty("dalvik.vm.useartservice", false)) { in SetUp()
1085 if (base::GetBoolProperty("dalvik.vm.useartservice", false)) { in SetUp()
1456 if (base::GetBoolProperty("dalvik.vm.useartservice", false)) { in SetUp()
1472 if (base::GetBoolProperty("dalvik.vm.useartservice", false)) { in TearDown()
/frameworks/native/libs/dumputils/
Ddump_utils.cpp153 if (android::base::GetBoolProperty("ro.debuggable", false)) { in should_dump_native_traces()
/frameworks/native/libs/binder/
Dservicedispatcher.cpp43 using android::base::GetBoolProperty;
271 if (!GetBoolProperty("ro.debuggable", false)) { in main()
/frameworks/av/media/libstagefright/rtsp/
DARTPAssembler.cpp34 mShowQueue = android::base::GetBoolProperty("debug.stagefright.rtp", false); in ARTPAssembler()
/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.cpp41 mTraceDetailedInfo(base::GetBoolProperty("debug.sf.vsync_trace_detailed_info", false)) {} in VsyncModulator()
/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDump.cpp47 bool enableDumping = android::base::GetBoolProperty(ENABLE_DUMPING_FILES_PROPERTY, in initDumping()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp747 base::GetBoolProperty(std::string("debug.sf.trace_hint_sessions"), false);
754 base::GetBoolProperty(std::string("debug.adpf.use_report_actual_duration"), true);
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp250 base::GetBoolProperty("debug.sf.support_kernel_idle_timer_"s + in getKernelIdleTimerSyspropConfig()
431 mSkipPowerOnForQuiescent(base::GetBoolProperty("ro.boot.quiescent"s, false)) { in SurfaceFlinger()
465 base::GetBoolProperty("debug.sf.enable_layer_caching"s, in SurfaceFlinger()
481 mBackpressureGpuComposition = base::GetBoolProperty("debug.sf.enable_gl_backpressure"s, true); in SurfaceFlinger()
505 base::GetBoolProperty("debug.sf.ignore_hwc_physical_display_orientation"s, false); in SurfaceFlinger()
512 if (base::GetBoolProperty("debug.sf.treble_testing_override"s, false)) { in SurfaceFlinger()
529 if (!mIsUserBuild && base::GetBoolProperty("debug.sf.enable_transaction_tracing"s, true)) { in SurfaceFlinger()
537 base::GetBoolProperty("persist.debug.sf.enable_layer_lifecycle_manager"s, true); in SurfaceFlinger()
541 base::GetBoolProperty("debug.sf.hwc_hotplug_error_via_neg_vsync"s, false); in SurfaceFlinger()
543 mIsHdcpViaNegVsync = base::GetBoolProperty("debug.sf.hwc_hdcp_via_neg_vsync"s, false); in SurfaceFlinger()
[all …]

123