HomeSort by relevance Sort by last modified time
    Searched defs:graphicPlane (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/surfaceflinger/
LayerBase.cpp 53 const DisplayHardware& hw(flinger->graphicPlane(0).displayHardware());
69 const GraphicPlane& LayerBase::graphicPlane(int dpy) const
71 return mFlinger->graphicPlane(dpy);
74 GraphicPlane& LayerBase::graphicPlane(int dpy)
76 return mFlinger->graphicPlane(dpy);
231 const DisplayHardware& hw(graphicPlane(0).displayHardware());
290 const DisplayHardware& hw(graphicPlane(0).displayHardware());
377 const DisplayHardware& hw(graphicPlane(0).displayHardware())
    [all...]
SurfaceFlinger.cpp 158 const GraphicPlane& SurfaceFlinger::graphicPlane(int dpy) const
161 const GraphicPlane& plane(mGraphicPlanes[dpy]);
165 GraphicPlane& SurfaceFlinger::graphicPlane(int dpy)
167 return const_cast<GraphicPlane&>(
168 const_cast<SurfaceFlinger const *>(this)->graphicPlane(dpy));
222 GraphicPlane& plane(graphicPlane(dpy));
241 const GraphicPlane& plane(graphicPlane(dpy))
    [all...]

Completed in 171 milliseconds