Searched refs:isValidTimestamp (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/gui/
H A DFrameTimestamps.cpp38 return FrameEvents::isValidTimestamp(postedTime);
42 return FrameEvents::isValidTimestamp(requestedPresentTime);
46 return FrameEvents::isValidTimestamp(latchTime);
50 return FrameEvents::isValidTimestamp(firstRefreshStartTime);
60 return FrameEvents::isValidTimestamp(dequeueReadyTime);
93 if (Fence::isValidTimestamp(signalTime)) {
115 if (FrameEvents::isValidTimestamp(latchTime)) {
122 if (FrameEvents::isValidTimestamp(firstRefreshStartTime)) {
129 if (FrameEvents::isValidTimestamp(lastRefreshStartTime)) {
143 if (FrameEvents::isValidTimestamp(dequeueReadyTim
[all...]
/frameworks/native/include/ui/
H A DFence.h42 static inline bool isValidTimestamp(nsecs_t time) { function in class:android::Fence
/frameworks/native/libs/ui/include/ui/
H A DFence.h42 static inline bool isValidTimestamp(nsecs_t time) { function in class:android::Fence
/frameworks/native/libs/ui/include_vndk/ui/
H A DFence.h42 static inline bool isValidTimestamp(nsecs_t time) { function in class:android::Fence
/frameworks/native/include/gui/
H A DFrameTimestamps.h59 static inline bool isValidTimestamp(nsecs_t time) { function in struct:android::FrameEvents
/frameworks/native/libs/gui/include/gui/
H A DFrameTimestamps.h59 static inline bool isValidTimestamp(nsecs_t time) { function in struct:android::FrameEvents
/frameworks/native/libs/ui/
H A DFenceTime.cpp65 : mState(Fence::isValidTimestamp(signalTime) ? State::VALID : State::INVALID),

Completed in 85 milliseconds