Searched refs:SetProperty (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
D | debug.cpp | 151 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/ |
D | debug.h | 78 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/ |
D | debug.h | 83 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/ |
D | debug.cpp | 197 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/ |
D | debug_interface.h | 137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
D | debug_interface.h | 137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
|
/hardware/qcom/display/msm8998/sdm/libs/hwc/ |
D | hwc_debugger.h | 66 virtual DisplayError SetProperty(const char *property_name, const char *value);
|
D | hwc_debugger.cpp | 188 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() function in sdm::HWCDebugHandler
|
D | hwc_session.cpp | 150 HWCDebugHandler::Get()->SetProperty("persist.sys.is_hdmi_primary", "1"); in Init()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_debugger.h | 66 virtual DisplayError SetProperty(const char *property_name, const char *value);
|
D | hwc_debugger.cpp | 184 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() function in sdm::HWCDebugHandler
|
D | hwc_session.cpp | 146 HWCDebugHandler::Get()->SetProperty("persist.sys.is_hdmi_primary", "1"); in Init()
|