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 55 const DisplayHardware& hw(flinger->graphicPlane(0).displayHardware());
73 const GraphicPlane& LayerBase::graphicPlane(int dpy) const
75 return mFlinger->graphicPlane(dpy);
78 GraphicPlane& LayerBase::graphicPlane(int dpy)
80 return mFlinger->graphicPlane(dpy);
289 const DisplayHardware& hw(graphicPlane(0).displayHardware());
314 const DisplayHardware& hw(graphicPlane(0).displayHardware());
322 const DisplayHardware& hw(graphicPlane(0).displayHardware())
    [all...]
SurfaceFlinger.cpp 125 return graphicPlane(0).displayHardware().getOverlayEngine();
156 const GraphicPlane& SurfaceFlinger::graphicPlane(int dpy) const
159 const GraphicPlane& plane(mGraphicPlanes[dpy]);
163 GraphicPlane& SurfaceFlinger::graphicPlane(int dpy)
165 return const_cast<GraphicPlane&>(
166 const_cast<SurfaceFlinger const *>(this)->graphicPlane(dpy));
200 GraphicPlane& plane(graphicPlane(dpy))
    [all...]

Completed in 17 milliseconds