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

  /frameworks/native/services/surfaceflinger/
LayerBase.cpp 52 const DisplayHardware& hw(flinger->graphicPlane(0).displayHardware());
68 const GraphicPlane& LayerBase::graphicPlane(int dpy) const
70 return mFlinger->graphicPlane(dpy);
73 GraphicPlane& LayerBase::graphicPlane(int dpy)
75 return mFlinger->graphicPlane(dpy);
238 const DisplayHardware& hw(graphicPlane(0).displayHardware());
345 const DisplayHardware& hw(graphicPlane(0).displayHardware());
355 const DisplayHardware& hw(graphicPlane(0).displayHardware())
    [all...]
SurfaceFlinger.cpp 176 const GraphicPlane& SurfaceFlinger::graphicPlane(int dpy) const
179 const GraphicPlane& plane(mGraphicPlanes[dpy]);
183 GraphicPlane& SurfaceFlinger::graphicPlane(int dpy)
185 return const_cast<GraphicPlane&>(
186 const_cast<SurfaceFlinger const *>(this)->graphicPlane(dpy));
223 GraphicPlane& plane(graphicPlane(dpy));
242 const GraphicPlane& plane(graphicPlane(dpy))
    [all...]

Completed in 626 milliseconds