Home
last modified time | relevance | path

Searched defs:prop_name (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8909/include/
Ddisplay_properties.h38 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument
39 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
40 #define RO_DISPLAY_PROP(prop_name) RO_DISP_PROP_PREFIX prop_name argument
41 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
/hardware/qcom/sdm845/display/include/
Ddisplay_properties.h38 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument
39 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
40 #define RO_DISPLAY_PROP(prop_name) RO_DISP_PROP_PREFIX prop_name argument
41 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
/hardware/qcom/sm8150/display/include/
Ddisplay_properties.h38 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument
39 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
40 #define RO_DISPLAY_PROP(prop_name) RO_DISP_PROP_PREFIX prop_name argument
41 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmdevice.cpp475 const char *prop_name, DrmProperty *property) { in GetProperty()
501 int DrmDevice::GetPlaneProperty(const DrmPlane &plane, const char *prop_name, in GetPlaneProperty()
506 int DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name, in GetCrtcProperty()
512 const char *prop_name, in GetConnectorProperty()
/hardware/qcom/sm7250/display/include/
Ddisplay_properties.h37 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument
38 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
39 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
/hardware/libhardware/
Dhardware.c204 char prop_name[PATH_MAX] = {0}; in hw_get_module_by_class() local
/hardware/qcom/display/msm8909/gralloc/
Dgralloc_priv.h27 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
/hardware/qcom/sdm845/display/gralloc/
Dgralloc_priv.h28 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
/hardware/qcom/sm7250/display/composer/
Dhwc_session.h387 virtual int GetDebugProperty(const std::string prop_name, std::string value) {return -EINVAL;} in GetDebugProperty()
Dhwc_session_services.cpp853 int HWCSession::DisplayConfigImpl::GetDebugProperty(const std::string prop_name, in GetDebugProperty()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session_services.cpp769 Return<void> HWCSession::getDebugProperty(const hidl_string &prop_name, in getDebugProperty()