Searched refs:forceValidForTest (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/ui/
H A DFenceTime.h122 // For tests only. If forceValidForTest is true, then getSignalTime will
124 FenceTime(const sp<Fence>& fence, bool forceValidForTest);
/frameworks/native/libs/ui/include/ui/
H A DFenceTime.h122 // For tests only. If forceValidForTest is true, then getSignalTime will
124 FenceTime(const sp<Fence>& fence, bool forceValidForTest);
/frameworks/native/libs/ui/include_vndk/ui/
H A DFenceTime.h122 // For tests only. If forceValidForTest is true, then getSignalTime will
124 FenceTime(const sp<Fence>& fence, bool forceValidForTest);
/frameworks/native/libs/ui/
H A DFenceTime.cpp180 // For tests only. If forceValidForTest is true, then getSignalTime will
182 FenceTime::FenceTime(const sp<Fence>& fence, bool forceValidForTest) argument
183 : mState(forceValidForTest ?

Completed in 66 milliseconds