Home
last modified time | relevance | path

Searched defs:GetProperty (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_debugger.cpp165 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::HWCDebugHandler
176 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
/hardware/qcom/display/msm8996/sdm/include/utils/
Ddebug.h93 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function
96 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) { in GetProperty() function
/hardware/qcom/display/msm8996/sdm/libs/utils/
Ddebug.cpp143 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() function in sdm::Debug