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 68 virtual void lockPageFlip(bool& recomputeVisibleRegions);
LayerBase.h 163 * lockPageFlip - called each time the screen is redrawn and returns whether
168 virtual void lockPageFlip(bool& recomputeVisibleRegions);
Layer.cpp 391 void Layer::lockPageFlip(bool& recomputeVisibleRegions)
489 "lockPageFlip : "
SurfaceFlinger.h 299 bool lockPageFlip(const LayerVector& currentLayers);
LayerBase.cpp 265 void LayerBase::lockPageFlip(bool& recomputeVisibleRegions)
SurfaceFlinger.cpp 730 visibleRegions |= lockPageFlip(currentLayers);
765 bool SurfaceFlinger::lockPageFlip(const LayerVector& currentLayers)
772 layer->lockPageFlip(recomputeVisibleRegions);
    [all...]

Completed in 123 milliseconds