Home
last modified time | relevance | path

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

/drivers/peripheral/display/hal/default_standard/src/display_device/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()
/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_device.h71 int32_t GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop);
/drivers/peripheral/display/composer/vdi_base/src/
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 3 milliseconds