Searched refs:GetPropertiesMap (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/system/hwc3/ |
D | DrmCrtc.cpp | 26 if (!LoadDrmProperties(drmFd, crtcId, DRM_MODE_OBJECT_CRTC, GetPropertiesMap(), crtc.get())) { in create()
|
D | DrmPlane.cpp | 25 if (!LoadDrmProperties(drmFd, planeId, DRM_MODE_OBJECT_PLANE, GetPropertiesMap(), in create()
|
D | DrmCrtc.h | 58 static const auto& GetPropertiesMap() { in GetPropertiesMap() function
|
D | DrmConnector.h | 80 static const auto& GetPropertiesMap() { in GetPropertiesMap() function
|
D | DrmPlane.h | 79 static const auto& GetPropertiesMap() { in GetPropertiesMap() function
|
D | DrmConnector.cpp | 44 if (!LoadDrmProperties(drmFd, mId, DRM_MODE_OBJECT_CONNECTOR, GetPropertiesMap(), in update()
|