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

  /frameworks/base/services/surfaceflinger/
Layer.h 74 virtual void lockPageFlip(bool& recomputeVisibleRegions);
LayerBase.h 155 * lockPageFlip - called each time the screen is redrawn and returns whether
160 virtual void lockPageFlip(bool& recomputeVisibleRegions);
SurfaceFlinger.h 307 bool lockPageFlip(const LayerVector& currentLayers);
LayerBase.cpp 268 void LayerBase::lockPageFlip(bool& recomputeVisibleRegions)
SurfaceFlinger.cpp 704 visibleRegions |= lockPageFlip(currentLayers);
732 bool SurfaceFlinger::lockPageFlip(const LayerVector& currentLayers)
739 layer->lockPageFlip(recomputeVisibleRegions);
    [all...]
Layer.cpp 470 void Layer::lockPageFlip(bool& recomputeVisibleRegions)

Completed in 397 milliseconds