Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_debugger.cpp165 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()
Dhwc_debugger.h66 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/
Dhwc_debugger.cpp171 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()
Dhwc_debugger.h64 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/
Dhwc_debugger.cpp169 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()
Dhwc_debugger.h65 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/
Dhwc_debugger.cpp204 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()
Dhwc_debugger.h68 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/
Ddebug.cpp143 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/
Ddebug_interface.h119 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/
Ddebug_interface.h119 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/
Ddebug_interface.h121 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/
Ddebug_interface.h120 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/
Ddebug.cpp200 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/
Ddebug.cpp207 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/
Ddebug.cpp199 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/
Ddebug.h66 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/
Ddebug.cpp221 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/
Dhwc_debugger.cpp220 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()
Dhwc_debugger.h71 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/
Ddebug.h77 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/
Ddebug.h83 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/
Ddebug_handler.h73 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/
Ddebug.h84 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/
Ddebug.h84 static bool GetProperty(const char *property_name, char *value);
85 static bool SetProperty(const char *property_name, const char *value);