Home
last modified time | relevance | path

Searched refs:planeId (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DDrmPlane.cpp21 std::unique_ptr<DrmPlane> DrmPlane::create(::android::base::borrowed_fd drmFd, uint32_t planeId) { in create() argument
22 std::unique_ptr<DrmPlane> plane(new DrmPlane(planeId)); in create()
24 DEBUG_LOG("%s: Loading properties for DRM plane:%" PRIu32, __FUNCTION__, planeId); in create()
25 if (!LoadDrmProperties(drmFd, planeId, DRM_MODE_OBJECT_PLANE, GetPropertiesMap(), in create()
31 drmModePlanePtr drmPlane = drmModeGetPlane(drmFd.get(), planeId); in create()
DDrmClient.cpp157 const uint32_t planeId = drmPlaneResources->planes[i]; in loadDrmDisplays() local
159 auto crtc = DrmPlane::create(mFd, planeId); in loadDrmDisplays()
DDrmPlane.h37 static std::unique_ptr<DrmPlane> create(::android::base::borrowed_fd drmFd, uint32_t planeId);