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

  /frameworks/native/services/surfaceflinger/
LayerDim.cpp 47 const DisplayHardware& hw(graphicPlane(0).displayHardware());
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...]
LayerBase.h 47 class GraphicPlane;
245 const GraphicPlane& graphicPlane(int dpy) const;
246 GraphicPlane& graphicPlane(int dpy);
LayerScreenshot.cpp 113 const DisplayHardware& hw(graphicPlane(0).displayHardware());
Layer.cpp 76 const DisplayHardware& hw(graphicPlane(0).displayHardware());
187 const DisplayHardware& hw(graphicPlane(0).displayHardware());
739 const DisplayHardware& hw(graphicPlane(0).displayHardware());
SurfaceFlinger.h 105 class GraphicPlane
111 GraphicPlane();
112 ~GraphicPlane();
128 GraphicPlane(const GraphicPlane&);
129 GraphicPlane operator = (const GraphicPlane&);
296 const GraphicPlane& graphicPlane(int dpy) const;
297 GraphicPlane& graphicPlane(int dpy)
    [all...]
EventThread.cpp 41 mHw(flinger->graphicPlane(0).editDisplayHardware()),

Completed in 496 milliseconds