Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/ui/
H A DFenceTime.cpp338 std::shared_ptr<FenceTime> fenceTime(new FenceTime(fence, true)); in createFenceTimeForTest() local
351 std::shared_ptr<FenceTime> fenceTime = weakFenceTime.lock(); in signalAllForTest() local
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFrameTracerTest.cpp210 auto fenceTime = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
226 auto fenceTime = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
/aosp12/frameworks/native/libs/gui/
H A DFrameTimestamps.cpp92 const FenceTime& fenceTime) { in dumpFenceTime()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.cpp570 void Scheduler::addPresentFence(const std::shared_ptr<FenceTime>& fenceTime) { in addPresentFence()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h1079 std::shared_ptr<FenceTime> fenceTime = FenceTime::NO_FENCE; member