Home
last modified time | relevance | path

Searched refs:GetPropertiesMap (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DDrmCrtc.cpp26 if (!LoadDrmProperties(drmFd, crtcId, DRM_MODE_OBJECT_CRTC, GetPropertiesMap(), crtc.get())) { in create()
DDrmPlane.cpp25 if (!LoadDrmProperties(drmFd, planeId, DRM_MODE_OBJECT_PLANE, GetPropertiesMap(), in create()
DDrmCrtc.h58 static const auto& GetPropertiesMap() { in GetPropertiesMap() function
DDrmConnector.h80 static const auto& GetPropertiesMap() { in GetPropertiesMap() function
DDrmPlane.h79 static const auto& GetPropertiesMap() { in GetPropertiesMap() function
DDrmConnector.cpp44 if (!LoadDrmProperties(drmFd, mId, DRM_MODE_OBJECT_CONNECTOR, GetPropertiesMap(), in update()