Searched defs:prop_name (Results 1 – 9 of 9) sorted by relevance
38 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument39 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument40 #define RO_DISPLAY_PROP(prop_name) RO_DISP_PROP_PREFIX prop_name argument41 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
474 const char *prop_name, DrmProperty *property) { in GetProperty()500 int DrmDevice::GetPlaneProperty(const DrmPlane &plane, const char *prop_name, in GetPlaneProperty()505 int DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name, in GetCrtcProperty()511 const char *prop_name, in GetConnectorProperty()
37 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument38 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument39 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
204 char prop_name[PATH_MAX] = {0}; in hw_get_module_by_class() local
27 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
427 virtual int GetDebugProperty(const std::string prop_name, std::string value) {return -EINVAL;} in GetDebugProperty()
860 int HWCSession::DisplayConfigImpl::GetDebugProperty(const std::string prop_name, in GetDebugProperty()
769 Return<void> HWCSession::getDebugProperty(const hidl_string &prop_name, in getDebugProperty()