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

  /frameworks/native/services/surfaceflinger/
Layer.h 71 virtual void lockPageFlip(bool& recomputeVisibleRegions);
LayerBase.h 167 * lockPageFlip - called each time the screen is redrawn and returns whether
172 virtual void lockPageFlip(bool& recomputeVisibleRegions);
SurfaceFlinger.h 315 bool lockPageFlip(const LayerVector& currentLayers);
Layer.cpp 517 void Layer::lockPageFlip(bool& recomputeVisibleRegions)
593 "lockPageFlip: (layer=%p), buffer (%ux%u, tr=%02x), scalingMode=%d\n"
LayerBase.cpp 277 void LayerBase::lockPageFlip(bool& recomputeVisibleRegions) {
SurfaceFlinger.cpp 730 const bool visibleRegions = lockPageFlip(currentLayers);
763 bool SurfaceFlinger::lockPageFlip(const LayerVector& currentLayers)
770 layer->lockPageFlip(recomputeVisibleRegions);
    [all...]

Completed in 153 milliseconds