Searched defs:prop_name (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8909/include/ |
D | display_properties.h | 38 #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/ |
D | display_properties.h | 38 #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/ |
D | drmdevice.cpp | 461 const char *prop_name, DrmProperty *property) { in GetProperty() 487 int DrmDevice::GetPlaneProperty(const DrmPlane &plane, const char *prop_name, in GetPlaneProperty() 492 int DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name, in GetCrtcProperty() 498 const char *prop_name, in GetConnectorProperty()
|
/hardware/qcom/sm7250/display/include/ |
D | display_properties.h | 37 #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/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglConfig.cpp | 506 #define CHECK_PROP(dummy,prop_name,op) \ argument 514 #define CHECK_PROP_CAST(dummy,prop_name,op) \ argument
|
/hardware/libhardware/ |
D | hardware.c | 226 char prop_name[PATH_MAX] = {0}; in hw_get_module_by_class() local
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gralloc_priv.h | 27 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_session.h | 427 virtual int GetDebugProperty(const std::string prop_name, std::string value) {return -EINVAL;} in GetDebugProperty()
|
D | hwc_session_services.cpp | 860 int HWCSession::DisplayConfigImpl::GetDebugProperty(const std::string prop_name, in GetDebugProperty()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_session_services.cpp | 769 Return<void> HWCSession::getDebugProperty(const hidl_string &prop_name, in getDebugProperty()
|