Home
last modified time | relevance | path

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

1234567

/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/sm8150/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/qcom/sm7250/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(DISABLE_ROTATOR_DOWNSCALE_PROP, &value); in IsRotatorDownScaleDisabled()
75 DebugHandler::Get()->GetProperty(DISABLE_DECIMATION_PROP, &value); in IsDecimationDisabled()
84 DebugHandler::Get()->GetProperty(PRIMARY_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
87 DebugHandler::Get()->GetProperty(EXTERNAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
90 DebugHandler::Get()->GetProperty(VIRTUAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
101 DebugHandler::Get()->GetProperty(MAX_UPSCALE_PROP, &value); in GetMaxUpscale()
[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.cpp27 using android::base::GetProperty;
39 std::string prop_contents = GetProperty(kPersistProp, ""); in uploadVoltageAvg()
79 prop_contents = GetProperty(kPersistProp, ""); in saveVoltageAvg()
/hardware/interfaces/health/utils/libhealth2impl/
DHealth.cpp100 static Return<void> GetProperty(BatteryMonitor* monitor, int id, T defaultValue, in GetProperty() function
128 return GetProperty<int32_t>(&battery_monitor_, BATTERY_PROP_CHARGE_COUNTER, 0, _hidl_cb); in getChargeCounter()
132 return GetProperty<int32_t>(&battery_monitor_, BATTERY_PROP_CURRENT_NOW, 0, _hidl_cb); in getCurrentNow()
136 return GetProperty<int32_t>(&battery_monitor_, BATTERY_PROP_CURRENT_AVG, 0, _hidl_cb); in getCurrentAverage()
140 return GetProperty<int32_t>(&battery_monitor_, BATTERY_PROP_CAPACITY, 0, _hidl_cb); in getCapacity()
144 return GetProperty<int64_t>(&battery_monitor_, BATTERY_PROP_ENERGY_COUNTER, 0, _hidl_cb); in getEnergyCounter()
148 return GetProperty(&battery_monitor_, BATTERY_PROP_BATTERY_STATUS, BatteryStatus::UNKNOWN, in getChargeStatus()
/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/sm8150/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/sm7250/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/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()
195 std::string rndisFunction = GetProperty(kVendorRndisConfig, ""); in addGenericAndroidFunctions()
/hardware/interfaces/usb/gadget/1.2/default/lib/
DUsbGadgetUtils.cpp86 if (GetProperty(kBuildType, "") == "user") return "user"; in getVendorFunctions()
88 std::string bootMode = GetProperty(PERSISTENT_BOOT_MODE, ""); in getVendorFunctions()
89 std::string persistVendorFunctions = GetProperty(kPersistentVendorConfig, ""); in getVendorFunctions()
90 std::string vendorFunctions = GetProperty(kVendorConfig, ""); in getVendorFunctions()
174 std::string rndisFunction = GetProperty(kVendorRndisConfig, ""); in addGenericAndroidFunctions()
/hardware/qcom/sm8150/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/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/sm7250/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/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()
/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/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()
/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/sm8150/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/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/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

1234567