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

  /frameworks/base/libs/surfaceflinger/
LayerBase.cpp 60 const DisplayHardware& hw(flinger->graphicPlane(0).displayHardware());
76 const GraphicPlane& LayerBase::graphicPlane(int dpy) const
78 return mFlinger->graphicPlane(dpy);
81 GraphicPlane& LayerBase::graphicPlane(int dpy)
83 return mFlinger->graphicPlane(dpy);
304 const DisplayHardware& hw(graphicPlane(0).displayHardware());
367 const DisplayHardware& hw(graphicPlane(0).displayHardware());
393 const DisplayHardware& hw(graphicPlane(0).displayHardware())
    [all...]
SurfaceFlinger.cpp 220 return graphicPlane(0).displayHardware().getOverlayEngine();
278 const GraphicPlane& SurfaceFlinger::graphicPlane(int dpy) const
281 const GraphicPlane& plane(mGraphicPlanes[dpy]);
285 GraphicPlane& SurfaceFlinger::graphicPlane(int dpy)
287 return const_cast<GraphicPlane&>(
288 const_cast<SurfaceFlinger const *>(this)->graphicPlane(dpy));
322 GraphicPlane& plane(graphicPlane(dpy))
    [all...]

Completed in 384 milliseconds