Home
last modified time | relevance | path

Searched refs:objType (Results 1 - 12 of 12) sorted by relevance

/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_device.h53 int32_t GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop);
H A Ddrm_device.cpp105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop) in GetProperty() argument
107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty()
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_device.h74 int32_t GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop);
H A Ddrm_device.cpp108 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop) in GetProperty() argument
110 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_device.h71 int32_t GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop);
H A Ddrm_device.cpp105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop) in GetProperty() argument
107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_device.h71 int32_t GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop);
H A Ddrm_device.cpp105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop) in GetProperty() argument
107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_device.h71 int32_t GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop);
H A Ddrm_device.cpp105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop) in GetProperty() argument
107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_device.h71 int32_t GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop);
H A Ddrm_device.cpp105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop) in GetProperty() argument
107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty()

Completed in 7 milliseconds