Searched refs:property_name (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/core/
H A Ddebug_interface.h114 @param[in] property_name name of the property
119 virtual DisplayError GetProperty(const char *property_name, int *value) = 0;
123 @param[in] property_name name of the property
128 virtual DisplayError GetProperty(const char *property_name, char *value) = 0;
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_debugger.h63 virtual DisplayError GetProperty(const char *property_name, int *value);
64 virtual DisplayError GetProperty(const char *property_name, char *value);
H A Dhwc_debugger.cpp165 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { argument
168 if (property_get(property_name, property, NULL) > 0) {
176 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { argument
177 if (property_get(property_name, value, NULL) > 0) {
/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Ddebug.cpp143 bool Debug::GetProperty(const char* property_name, char* value) { argument
144 if (debug_.debug_handler_->GetProperty(property_name, value) != kErrorNone) {
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Ddebug.h76 static bool GetProperty(const char *property_name, char *value);
93 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) {
96 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3302 bool ValidateTestPropertyName(const std::string& property_name, argument
3304 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
3306 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name

Completed in 115 milliseconds