Home
last modified time | relevance | path

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

/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/msm8998/sdm/include/utils/
Ddebug.h83 static bool SetProperty(const char *property_name, const char *value);
106 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) { in SetProperty() function
/hardware/qcom/display/msm8998/sdm/libs/utils/
Ddebug.cpp197 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() function in sdm::Debug
198 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) { in SetProperty()
/hardware/qcom/display/msm8996/sdm/include/core/
Ddebug_interface.h137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
/hardware/qcom/display/msm8998/sdm/include/core/
Ddebug_interface.h137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
/hardware/qcom/display/msm8998/sdm/libs/hwc/
Dhwc_debugger.h66 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
Dhwc_session.cpp150 HWCDebugHandler::Get()->SetProperty("persist.sys.is_hdmi_primary", "1"); in Init()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_debugger.h66 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()