Home
last modified time | relevance | path

Searched refs:createFenceTimeForTest (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/ui/include_vndk/ui/
DFenceTime.h187 std::shared_ptr<FenceTime> createFenceTimeForTest(const sp<Fence>& fence);
/frameworks/native/libs/ui/include/ui/
DFenceTime.h187 std::shared_ptr<FenceTime> createFenceTimeForTest(const sp<Fence>& fence);
/frameworks/native/libs/ui/
DFenceTime.cpp305 std::shared_ptr<FenceTime> FenceToFenceTimeMap::createFenceTimeForTest( in createFenceTimeForTest() function in android::FenceToFenceTimeMap
/frameworks/native/libs/gui/tests/
DSurface_test.cpp868 return mFenceMap->createFenceTimeForTest(fence); in createFenceTime()
917 mFenceTime(fenceMap.createFenceTimeForTest(mFence)) {} in FenceAndFenceTime()