/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 165 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() argument 168 if (property_get(property_name, property, NULL) > 0) { in GetProperty() 176 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() argument 177 if (property_get(property_name, value, NULL) > 0) { in GetProperty() 184 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() argument 185 if (property_set(property_name, value) == 0) { in SetProperty()
|
D | hwc_debugger.h | 66 virtual DisplayError GetProperty(const char *property_name, int *value); 67 virtual DisplayError GetProperty(const char *property_name, char *value); 68 virtual DisplayError SetProperty(const char *property_name, const char *value);
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_debugger.cpp | 171 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() argument 174 if (property_get(property_name, property, NULL) > 0) { in GetProperty() 182 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() argument 183 if (property_get(property_name, value, NULL) > 0) { in GetProperty() 190 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() argument 191 if (property_set(property_name, value) == 0) { in SetProperty()
|
D | hwc_debugger.h | 64 virtual DisplayError GetProperty(const char *property_name, int *value); 65 virtual DisplayError GetProperty(const char *property_name, char *value); 66 virtual DisplayError SetProperty(const char *property_name, const char *value);
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 169 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() argument 172 if (property_get(property_name, property, NULL) > 0) { in GetProperty() 180 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() argument 181 if (property_get(property_name, value, NULL) > 0) { in GetProperty() 188 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() argument 189 if (property_set(property_name, value) == 0) { in SetProperty()
|
D | hwc_debugger.h | 65 virtual DisplayError GetProperty(const char *property_name, int *value); 66 virtual DisplayError GetProperty(const char *property_name, char *value); 67 virtual DisplayError SetProperty(const char *property_name, const char *value);
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 204 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() argument 207 if (property_get(property_name, property, NULL) > 0) { in GetProperty() 215 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() argument 216 if (property_get(property_name, value, NULL) > 0) { in GetProperty() 223 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() argument 224 if (property_set(property_name, value) == 0) { in SetProperty()
|
D | hwc_debugger.h | 68 virtual DisplayError GetProperty(const char *property_name, int *value); 69 virtual DisplayError GetProperty(const char *property_name, char *value); 70 virtual DisplayError SetProperty(const char *property_name, const char *value);
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
D | debug.cpp | 143 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() argument 144 if (debug_.debug_handler_->GetProperty(property_name, value) != kErrorNone) { in GetProperty() 151 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() argument 152 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) { in SetProperty()
|
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
D | debug_interface.h | 119 virtual DisplayError GetProperty(const char *property_name, int *value) = 0; 128 virtual DisplayError GetProperty(const char *property_name, char *value) = 0; 137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | debug_interface.h | 119 virtual DisplayError GetProperty(const char *property_name, int *value) = 0; 128 virtual DisplayError GetProperty(const char *property_name, char *value) = 0; 137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
|
/hardware/qcom/display/msm8909/sdm/include/core/ |
D | debug_interface.h | 121 virtual DisplayError GetProperty(const char *property_name, int *value) = 0; 130 virtual DisplayError GetProperty(const char *property_name, char *value) = 0; 139 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
D | debug_interface.h | 120 virtual DisplayError GetProperty(const char *property_name, int *value) = 0; 129 virtual DisplayError GetProperty(const char *property_name, char *value) = 0; 138 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/ |
D | debug.cpp | 200 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() argument 201 if (debug_.debug_handler_->GetProperty(property_name, value) != kErrorNone) { in GetProperty() 208 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() argument 209 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) { in SetProperty()
|
/hardware/qcom/display/msm8998/sdm/libs/utils/ |
D | debug.cpp | 207 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() argument 208 if (debug_.debug_handler_->GetProperty(property_name, value) != kErrorNone) { in GetProperty() 215 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() argument 216 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) { in SetProperty()
|
/hardware/qcom/display/msm8909/sdm/libs/utils/ |
D | debug.cpp | 199 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() argument 200 if (debug_.debug_handler_->GetProperty(property_name, value) != kErrorNone) { in GetProperty() 207 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() argument 208 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) { in SetProperty()
|
/hardware/qcom/sdm845/display/sdm/include/utils/ |
D | debug.h | 66 static DisplayError GetProperty(const char *property_name, char *value); 67 static DisplayError GetProperty(const char *property_name, int *value);
|
/hardware/qcom/sdm845/display/sdm/libs/utils/ |
D | debug.cpp | 221 DisplayError Debug::GetProperty(const char *property_name, char *value) { in GetProperty() argument 222 if (DebugHandler::Get()->GetProperty(property_name, value)) { in GetProperty() 229 DisplayError Debug::GetProperty(const char *property_name, int *value) { in GetProperty() argument 230 if (DebugHandler::Get()->GetProperty(property_name, value)) { in GetProperty()
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_debugger.cpp | 220 int HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() argument 223 if (property_get(property_name, property, NULL) > 0) { in GetProperty() 231 int HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() argument 232 if (property_get(property_name, value, NULL) > 0) { in GetProperty()
|
D | hwc_debugger.h | 71 virtual int GetProperty(const char *property_name, int *value); 72 virtual int GetProperty(const char *property_name, char *value);
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | debug.h | 77 static bool GetProperty(const char *property_name, char *value); 78 static bool SetProperty(const char *property_name, const char *value);
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | debug.h | 83 static bool GetProperty(const char *property_name, char *value); 84 static bool SetProperty(const char *property_name, const char *value);
|
/hardware/qcom/sdm845/display/libdebug/ |
D | debug_handler.h | 73 virtual int GetProperty(const char *property_name, int *value) = 0; 74 virtual int GetProperty(const char *property_name, char *value) = 0;
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | debug.h | 84 static bool GetProperty(const char *property_name, char *value); 85 static bool SetProperty(const char *property_name, const char *value);
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | debug.h | 84 static bool GetProperty(const char *property_name, char *value); 85 static bool SetProperty(const char *property_name, const char *value);
|