Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDrmDisplay.cpp56 okay &= request->Set(connector->getId(), connector->getCrtcProperty(), crtc->getId()); in create()
85 okay &= request->Set(mPlane->getId(), mPlane->getCrtcProperty(), mCrtc->getId()); in flush()
122 okay &= request->Set(mConnector->getId(), mConnector->getCrtcProperty(), mCrtc->getId()); in onConnect()
146 okay &= request->Set(mPlane->getId(), mPlane->getCrtcProperty(), 0); in onDisconnect()
DDrmConnector.h59 const DrmProperty& getCrtcProperty() const { return mCrtc; } in getCrtcProperty() function
DDrmPlane.h47 const DrmProperty& getCrtcProperty() const { return mCrtc; } in getCrtcProperty() function