Searched refs:SetProperty (Results 1 - 17 of 17) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Ddebug.cpp151 bool Debug::SetProperty(const char* property_name, const char* value) { function in class:sdm::Debug
152 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) {
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Ddebug.h78 static bool SetProperty(const char *property_name, const char *value);
101 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) { function in class:sdm::Debug::DefaultDebugHandler
/hardware/qcom/display/msm8998/sdm/include/utils/
H A Ddebug.h85 static bool SetProperty(const char *property_name, const char *value);
108 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) { function in class:sdm::Debug::DefaultDebugHandler
/hardware/qcom/display/sdm845/sdm/include/utils/
H A Ddebug.h84 static bool SetProperty(const char *property_name, const char *value);
107 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) { function in class:sdm::Debug::DefaultDebugHandler
/hardware/qcom/display/msm8996/sdm/include/core/
H A Ddebug_interface.h137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_debugger.h66 virtual DisplayError SetProperty(const char *property_name, const char *value);
H A Dhwc_debugger.cpp184 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { function in class:sdm::HWCDebugHandler
H A Dhwc_session.cpp146 HWCDebugHandler::Get()->SetProperty("persist.sys.is_hdmi_primary", "1");
/hardware/qcom/display/msm8998/sdm/include/core/
H A Ddebug_interface.h137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_debugger.h66 virtual DisplayError SetProperty(const char *property_name, const char *value);
H A Dhwc_debugger.cpp190 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { function in class:sdm::HWCDebugHandler
/hardware/qcom/display/sdm845/sdm/include/core/
H A Ddebug_interface.h138 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
/hardware/qcom/display/sdm845/sdm/libs/hwc/
H A Dhwc_debugger.h66 virtual DisplayError SetProperty(const char *property_name, const char *value);
H A Dhwc_debugger.cpp190 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { function in class:sdm::HWCDebugHandler
H A Dhwc_session.cpp162 HWCDebugHandler::Get()->SetProperty("persist.sys.is_hdmi_primary", "1");
/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Ddebug.cpp215 bool Debug::SetProperty(const char* property_name, const char* value) { function in class:sdm::Debug
216 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) {
/hardware/qcom/display/sdm845/sdm/libs/utils/
H A Ddebug.cpp208 bool Debug::SetProperty(const char* property_name, const char* value) { function in class:sdm::Debug
209 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) {

Completed in 992 milliseconds