Searched refs:hw (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.cpp223 DisplayHardware* const hw = new DisplayHardware(this, dpy); local
224 plane.setDisplayHardware(hw);
242 const DisplayHardware& hw = plane.displayHardware(); local
243 const uint32_t w = hw.getWidth();
244 const uint32_t h = hw.getHeight();
245 const uint32_t f = hw.getFormat();
246 hw.makeCurrent();
256 dcblk->xdpi = hw.getDpiX();
257 dcblk->ydpi = hw.getDpiY();
258 dcblk->fps = hw
470 const DisplayHardware& hw = graphicPlane(0).displayHardware(); local
732 const DisplayHardware& hw = graphicPlane(0).displayHardware(); local
[all...]
H A DLayerDim.cpp49 const DisplayHardware& hw(graphicPlane(0).displayHardware());
51 const uint32_t fbHeight = hw.getHeight();
H A DLayerBase.cpp53 const DisplayHardware& hw(flinger->graphicPlane(0).displayHardware());
54 mFlags = hw.getFlags();
231 const DisplayHardware& hw(graphicPlane(0).displayHardware());
232 const uint32_t hw_h = hw.getHeight();
290 const DisplayHardware& hw(graphicPlane(0).displayHardware());
291 const int32_t fbWidth = hw.getWidth();
292 const int32_t fbHeight = hw.getHeight();
377 const DisplayHardware& hw(graphicPlane(0).displayHardware());
379 onDraw( Region(hw.bounds()) );
387 const DisplayHardware& hw(graphicPlan
[all...]
H A DLayerScreenshot.cpp115 const DisplayHardware& hw(graphicPlane(0).displayHardware());
117 const uint32_t fbHeight = hw.getHeight();
H A DLayer.cpp147 const DisplayHardware& hw(graphicPlane(0).displayHardware());
149 hw.getMaxTextureSize(), hw.getMaxViewportDims());
158 getPixelFormatInfo(hw.getFormat(), &displayInfo);
159 const uint32_t hwFlags = hw.getFlags();
/frameworks/base/services/camera/libcameraservice/
H A DCameraHardwareStub.h75 PreviewThread(CameraHardwareStub* hw) : argument
76 Thread(false), mHardware(hw) { }

Completed in 59 milliseconds