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

  /frameworks/native/services/surfaceflinger/
DispSync.h 43 // to the DispSync object via the addPresentFence method. These fence
65 // addPresentFence adds a fence for use in validating the current vsync
67 // addPresentFence is called. When the fence does signal, its timestamp
74 bool addPresentFence(const std::shared_ptr<FenceTime>& fenceTime);
85 // addPresentFence returns true indicating that the model has drifted away
DispSync.cpp 430 bool DispSync::addPresentFence(const std::shared_ptr<FenceTime>& fenceTime) {
479 // addPresentFence called. This means we have no way to know whether
SurfaceFlinger.cpp     [all...]

Completed in 147 milliseconds