Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/libdebug/
Ddebug_handler.cpp44 virtual int GetProperty(const char *, int *) { return -1; } in GetProperty() function in display::DefaultDebugHandler
45 virtual int GetProperty(const char *, char *) { return -1; } in GetProperty() function in display::DefaultDebugHandler
/hardware/qcom/sdm845/display/libdebug/
Ddebug_handler.cpp44 virtual int GetProperty(const char *, int *) { return -1; } in GetProperty() function in display::DefaultDebugHandler
45 virtual int GetProperty(const char *, char *) { return -1; } in GetProperty() function in display::DefaultDebugHandler
/hardware/qcom/sm8150/display/sdm/libs/utils/
Ddebug.cpp221 DisplayError Debug::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::Debug
229 DisplayError Debug::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::Debug
/hardware/qcom/sdm845/display/sdm/libs/utils/
Ddebug.cpp221 DisplayError Debug::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::Debug
229 DisplayError Debug::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::Debug
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_debugger.cpp169 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::HWCDebugHandler
180 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_debugger.cpp234 int HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::HWCDebugHandler
245 int HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_debugger.cpp220 int HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::HWCDebugHandler
231 int HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
/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/msm8998/sdm/libs/hwc2/
Dhwc_debugger.cpp171 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::HWCDebugHandler
182 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_debugger.cpp204 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::HWCDebugHandler
215 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Ddebug.h101 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function
104 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) { in GetProperty() function
/hardware/qcom/display/msm8998/sdm/include/utils/
Ddebug.h102 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function
105 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) { in GetProperty() function
/hardware/qcom/display/msm8996/sdm/include/utils/
Ddebug.h95 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function
98 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) { in GetProperty() function
/hardware/qcom/display/msm8909/sdm/include/utils/
Ddebug.h102 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function
105 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
/hardware/qcom/display/msm8909/sdm/libs/utils/
Ddebug.cpp199 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() function in sdm::Debug
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Ddebug.cpp200 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() function in sdm::Debug
/hardware/qcom/display/msm8998/sdm/libs/utils/
Ddebug.cpp207 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() function in sdm::Debug
/hardware/interfaces/health/utils/libhealth2impl/
DHealth.cpp100 static Return<void> GetProperty(BatteryMonitor* monitor, int id, T defaultValue, in GetProperty() function