Home
last modified time | relevance | path

Searched defs:fenceTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/ui/
DFenceTime.cpp322 std::shared_ptr<FenceTime> fenceTime(new FenceTime(fence, true)); in createFenceTimeForTest() local
335 std::shared_ptr<FenceTime> fenceTime = weakFenceTime.lock(); in signalAllForTest() local
/frameworks/native/libs/gui/
DFrameTimestamps.cpp90 bool pending, const FenceTime& fenceTime) { in dumpFenceTime()
/frameworks/native/services/surfaceflinger/
DDispSync.cpp430 bool DispSync::addPresentFence(const std::shared_ptr<FenceTime>& fenceTime) { in addPresentFence()