Lines Matching refs:DisplayDevice

52 DisplayDevice::DisplayDevice(  in DisplayDevice()  function in DisplayDevice
103 if (mType >= DisplayDevice::DISPLAY_VIRTUAL) in DisplayDevice()
115 mPowerMode = (mType >= DisplayDevice::DISPLAY_VIRTUAL) ? in DisplayDevice()
136 DisplayDevice::~DisplayDevice() { in ~DisplayDevice()
143 void DisplayDevice::disconnect(HWComposer& hwc) { in disconnect()
152 bool DisplayDevice::isValid() const { in isValid()
156 int DisplayDevice::getWidth() const { in getWidth()
160 int DisplayDevice::getHeight() const { in getHeight()
164 PixelFormat DisplayDevice::getFormat() const { in getFormat()
168 EGLSurface DisplayDevice::getEGLSurface() const { in getEGLSurface()
172 void DisplayDevice::setDisplayName(const String8& displayName) { in setDisplayName()
179 uint32_t DisplayDevice::getPageFlipCount() const { in getPageFlipCount()
183 status_t DisplayDevice::compositionComplete() const { in compositionComplete()
187 void DisplayDevice::flip(const Region& dirty) const in flip()
208 status_t DisplayDevice::beginFrame(bool mustRecompose) const { in beginFrame()
212 status_t DisplayDevice::prepareFrame(const HWComposer& hwc) const { in prepareFrame()
231 void DisplayDevice::swapBuffers(HWComposer& hwc) const { in swapBuffers()
245 mType == DisplayDevice::DISPLAY_PRIMARY) { in swapBuffers()
262 void DisplayDevice::onSwapBuffersCompleted(HWComposer& hwc) const { in onSwapBuffersCompleted()
268 uint32_t DisplayDevice::getFlags() const in getFlags()
273 EGLBoolean DisplayDevice::makeCurrent(EGLDisplay dpy, EGLContext ctx) const { in makeCurrent()
279 if (mType >= DisplayDevice::DISPLAY_VIRTUAL) in makeCurrent()
287 void DisplayDevice::setViewportAndProjection() const { in setViewportAndProjection()
297 void DisplayDevice::setVisibleLayersSortedByZ(const Vector< sp<Layer> >& layers) { in setVisibleLayersSortedByZ()
309 const Vector< sp<Layer> >& DisplayDevice::getVisibleLayersSortedByZ() const { in getVisibleLayersSortedByZ()
313 bool DisplayDevice::getSecureLayerVisible() const { in getSecureLayerVisible()
317 Region DisplayDevice::getDirtyRegion(bool repaintEverything) const { in getDirtyRegion()
330 void DisplayDevice::setPowerMode(int mode) { in setPowerMode()
334 int DisplayDevice::getPowerMode() const { in getPowerMode()
338 bool DisplayDevice::isDisplayOn() const { in isDisplayOn()
343 void DisplayDevice::setActiveConfig(int mode) { in setActiveConfig()
347 int DisplayDevice::getActiveConfig() const { in getActiveConfig()
353 void DisplayDevice::setLayerStack(uint32_t stack) { in setLayerStack()
360 uint32_t DisplayDevice::getOrientationTransform() const { in getOrientationTransform()
379 status_t DisplayDevice::orientationToTransfrom( in orientationToTransfrom()
403 void DisplayDevice::setDisplaySize(const int newWidth, const int newHeight) { in setDisplaySize()
424 void DisplayDevice::setProjection(int orientation, in setProjection()
433 DisplayDevice::orientationToTransfrom(orientation, w, h, &R); in setProjection()
493 void DisplayDevice::dump(String8& result) const { in dump()