Home | History | Annotate | Download | only in surfaceflinger

Lines Matching defs:DisplayDevice

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