Home
last modified time | relevance | path

Searched refs:SetProperty (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/pixel/health/
DLowBatteryShutdownMetrics.cpp30 using android::base::SetProperty;
68 SetProperty(kPersistProp, ""); in uploadVoltageAvg()
90 return SetProperty(kPersistProp, prop_contents); in saveVoltageAvg()
/hardware/qcom/display/msm8996/sdm/libs/utils/
Ddebug.cpp151 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() function in sdm::Debug
152 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) { in SetProperty()
/hardware/qcom/display/msm8996/sdm/include/utils/
Ddebug.h78 static bool SetProperty(const char *property_name, const char *value);
101 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) { in SetProperty() function
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Ddebug.h84 static bool SetProperty(const char *property_name, const char *value);
107 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) { in SetProperty() function
/hardware/qcom/display/msm8998/sdm/include/utils/
Ddebug.h85 static bool SetProperty(const char *property_name, const char *value);
108 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) { in SetProperty() function
/hardware/qcom/display/msm8909/sdm/include/utils/
Ddebug.h85 static bool SetProperty(const char *property_name, const char *value);
108 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) { in SetProperty() function
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Ddebug.cpp208 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() function in sdm::Debug
209 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) { in SetProperty()
/hardware/qcom/display/msm8998/sdm/libs/utils/
Ddebug.cpp215 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() function in sdm::Debug
216 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) { in SetProperty()
/hardware/qcom/display/msm8909/sdm/libs/utils/
Ddebug.cpp207 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() function in sdm::Debug
208 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) { in SetProperty()
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Ddebug_interface.h137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
/hardware/qcom/display/msm8996/sdm/include/core/
Ddebug_interface.h137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
/hardware/qcom/display/msm8909/sdm/include/core/
Ddebug_interface.h139 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
/hardware/qcom/display/msm8998/sdm/include/core/
Ddebug_interface.h138 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_debugger.h67 virtual DisplayError SetProperty(const char *property_name, const char *value);
Dhwc_debugger.cpp188 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() function in sdm::HWCDebugHandler
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_debugger.h66 virtual DisplayError SetProperty(const char *property_name, const char *value);
Dhwc_debugger.cpp190 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() function in sdm::HWCDebugHandler
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_debugger.h68 virtual DisplayError SetProperty(const char *property_name, const char *value);
Dhwc_debugger.cpp184 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() function in sdm::HWCDebugHandler
Dhwc_session.cpp146 HWCDebugHandler::Get()->SetProperty("persist.sys.is_hdmi_primary", "1"); in Init()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_debugger.h70 virtual DisplayError SetProperty(const char *property_name, const char *value);
Dhwc_debugger.cpp223 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() function in sdm::HWCDebugHandler
/hardware/google/pixel/usb/include/pixelusb/
DUsbGadgetCommon.h78 using ::android::base::SetProperty;
/hardware/google/pixel/usb/
DUsbGadgetUtils.cpp109 SetProperty(kVendorConfig, ret); in getVendorFunctions()
/hardware/google/pixel/power-libperfmgr/
DPower.cpp305 if (!android::base::SetProperty(kPowerHalStateProp, prop)) { in powerHintAsync_1_2()

12