Home
last modified time | relevance | path

Searched refs:GetProperty (Results 1 – 25 of 81) sorted by relevance

1234

/hardware/qcom/display/msm8998/sdm/libs/utils/
Ddebug.cpp45 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value); in GetSimulationFlag()
52 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value); in GetHDMIResolution()
61 debug_.debug_handler_->GetProperty("sdm.idle_time", &active_val); in GetIdleTimeoutMs()
62 debug_.debug_handler_->GetProperty("sdm.idle_time.inactive", &inactive_val); in GetIdleTimeoutMs()
70 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value); in GetBootAnimLayerCount()
77 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value); in IsRotatorDownScaleDisabled()
84 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value); in IsDecimationDisabled()
93 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value); in GetMaxPipesPerMixer()
96 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value); in GetMaxPipesPerMixer()
99 debug_.debug_handler_->GetProperty("sdm.virtual.mixer_stages", &value); in GetMaxPipesPerMixer()
[all …]
/hardware/qcom/sdm845/display/sdm/libs/utils/
Ddebug.cpp40 DebugHandler::Get()->GetProperty(COMPOSITION_MASK_PROP, &value); in GetSimulationFlag()
47 DebugHandler::Get()->GetProperty(HDMI_CONFIG_INDEX_PROP, value); in GetExternalResolution()
59 DebugHandler::Get()->GetProperty(IDLE_TIME_PROP, &active_val); in GetIdleTimeoutMs()
60 DebugHandler::Get()->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val); in GetIdleTimeoutMs()
68 DebugHandler::Get()->GetProperty(BOOT_ANIMATION_LAYER_COUNT_PROP, &value); in GetBootAnimLayerCount()
75 DebugHandler::Get()->GetProperty(DISABLE_ROTATOR_DOWNSCALE_PROP, &value); in IsRotatorDownScaleDisabled()
82 DebugHandler::Get()->GetProperty(DISABLE_DECIMATION_PROP, &value); in IsDecimationDisabled()
91 DebugHandler::Get()->GetProperty(PRIMARY_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
94 DebugHandler::Get()->GetProperty(EXTERNAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
97 DebugHandler::Get()->GetProperty(VIRTUAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
[all …]
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Ddebug.cpp45 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value); in GetSimulationFlag()
52 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value); in GetHDMIResolution()
61 debug_.debug_handler_->GetProperty("sdm.idle_time", &active_val); in GetIdleTimeoutMs()
62 debug_.debug_handler_->GetProperty("sdm.idle_time.inactive", &inactive_val); in GetIdleTimeoutMs()
70 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value); in GetBootAnimLayerCount()
77 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value); in IsRotatorDownScaleDisabled()
84 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value); in IsDecimationDisabled()
93 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value); in GetMaxPipesPerMixer()
96 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value); in GetMaxPipesPerMixer()
99 debug_.debug_handler_->GetProperty("sdm.virtual.mixer_stages", &value); in GetMaxPipesPerMixer()
[all …]
/hardware/qcom/display/msm8909/sdm/libs/utils/
Ddebug.cpp45 debug_.debug_handler_->GetProperty(COMPOSITION_MASK_PROP, &value); in GetSimulationFlag()
52 debug_.debug_handler_->GetProperty(HDMI_CONFIG_INDEX_PROP, &value); in GetHDMIResolution()
60 debug_.debug_handler_->GetProperty(IDLE_TIME_PROP, &active_val); in GetIdleTimeoutMs()
61 debug_.debug_handler_->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val); in GetIdleTimeoutMs()
69 debug_.debug_handler_->GetProperty(BOOT_ANIMATION_LAYER_COUNT_PROP, &value); in GetBootAnimLayerCount()
76 debug_.debug_handler_->GetProperty(DISABLE_ROTATOR_DOWNSCALE_PROP, &value); in IsRotatorDownScaleDisabled()
83 debug_.debug_handler_->GetProperty(DISABLE_DECIMATION_PROP, &value); in IsDecimationDisabled()
92 debug_.debug_handler_->GetProperty(PRIMARY_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
95 debug_.debug_handler_->GetProperty(EXTERNAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
98 debug_.debug_handler_->GetProperty(VIRTUAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
[all …]
/hardware/qcom/display/msm8996/sdm/libs/utils/
Ddebug.cpp43 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value); in GetSimulationFlag()
50 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value); in GetHDMIResolution()
57 debug_.debug_handler_->GetProperty("sdm.idle_time", &value); in GetIdleTimeoutMs()
64 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value); in GetBootAnimLayerCount()
71 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value); in IsRotatorDownScaleDisabled()
78 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value); in IsDecimationDisabled()
87 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value); in GetMaxPipesPerMixer()
90 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value); in GetMaxPipesPerMixer()
93 debug_.debug_handler_->GetProperty("sdm.virtual.mixer_stages", &value); in GetMaxPipesPerMixer()
104 debug_.debug_handler_->GetProperty("sdm.video_mode_panel", &value); in IsVideoModeEnabled()
[all …]
/hardware/google/pixel/health/
DDeviceHealth.cpp30 is_user_build_ = android::base::GetProperty("ro.build.type", "") == "user"; in DeviceHealth()
35 (android::base::GetProperty("persist.vendor.disable.thermal.control", "") == "1" || in update()
36 android::base::GetProperty("persist.vendor.fake.battery.temperature", "") == "1")) { in update()
DLowBatteryShutdownMetrics.cpp28 using android::base::GetProperty;
42 std::string prop_contents = GetProperty(kPersistProp, ""); in uploadVoltageAvg()
81 prop_contents = GetProperty(kPersistProp, ""); in saveVoltageAvg()
/hardware/qcom/sdm845/display/libdebug/
Ddebug_handler.cpp44 virtual int GetProperty(const char *, int *) { return -1; } in GetProperty() function in display::DefaultDebugHandler
45 virtual int GetProperty(const char *, char *) { return -1; } in GetProperty() function in display::DefaultDebugHandler
/hardware/qcom/sdm845/display/sdm/include/utils/
Ddebug.h66 static DisplayError GetProperty(const char *property_name, char *value);
67 static DisplayError GetProperty(const char *property_name, int *value);
/hardware/qcom/display/msm8996/sdm/include/utils/
Ddebug.h77 static bool GetProperty(const char *property_name, char *value);
95 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function
98 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) { in GetProperty() function
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dcpuhint.cpp43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) { in Init()
49 debug_handler->GetProperty("sdm.perf_hint_window", &pre_enable_window); in Init()
Dhwc_debugger.h65 virtual DisplayError GetProperty(const char *property_name, int *value);
66 virtual DisplayError GetProperty(const char *property_name, char *value);
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dcpuhint.cpp43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) { in Init()
49 debug_handler->GetProperty(PERF_HINT_WINDOW_PROP, &pre_enable_window); in Init()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dcpuhint.cpp43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) { in Init()
49 debug_handler->GetProperty("sdm.perf_hint_window", &pre_enable_window); in Init()
Dhwc_debugger.h64 virtual DisplayError GetProperty(const char *property_name, int *value);
65 virtual DisplayError GetProperty(const char *property_name, char *value);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dcpuhint.cpp43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) { in Init()
49 debug_handler->GetProperty("sdm.perf_hint_window", &pre_enable_window); in Init()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dcpuhint.cpp43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) { in Init()
49 debug_handler->GetProperty(PERF_HINT_WINDOW_PROP, &pre_enable_window); in Init()
/hardware/google/pixel/usb/
DUsbGadgetUtils.cpp92 if (GetProperty(kBuildType, "") == "user") in getVendorFunctions()
95 std::string bootMode = GetProperty(PERSISTENT_BOOT_MODE, ""); in getVendorFunctions()
96 std::string persistVendorFunctions = GetProperty(kPersistentVendorConfig, ""); in getVendorFunctions()
97 std::string vendorFunctions = GetProperty(kVendorConfig, ""); in getVendorFunctions()
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Ddebug.h83 static bool GetProperty(const char *property_name, char *value);
101 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function
104 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) { in GetProperty() function
/hardware/qcom/display/msm8998/sdm/include/utils/
Ddebug.h84 static bool GetProperty(const char *property_name, char *value);
102 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function
105 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) { in GetProperty() function
/hardware/qcom/display/msm8909/sdm/include/utils/
Ddebug.h84 static bool GetProperty(const char *property_name, char *value);
102 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function
105 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) { in GetProperty() function
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Ddebug_interface.h119 virtual DisplayError GetProperty(const char *property_name, int *value) = 0;
128 virtual DisplayError GetProperty(const char *property_name, char *value) = 0;
/hardware/qcom/display/msm8996/sdm/include/core/
Ddebug_interface.h119 virtual DisplayError GetProperty(const char *property_name, int *value) = 0;
128 virtual DisplayError GetProperty(const char *property_name, char *value) = 0;
/hardware/qcom/display/msm8909/sdm/include/core/
Ddebug_interface.h121 virtual DisplayError GetProperty(const char *property_name, int *value) = 0;
130 virtual DisplayError GetProperty(const char *property_name, char *value) = 0;
/hardware/qcom/display/msm8998/sdm/include/core/
Ddebug_interface.h120 virtual DisplayError GetProperty(const char *property_name, int *value) = 0;
129 virtual DisplayError GetProperty(const char *property_name, char *value) = 0;

1234