Searched refs:monotonicNsec (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp204 nsecs_t monotonicNsec = mGlConsumer->getTimestamp(); local
238 getTimeString_l(monotonicNsec, textBuf, sizeof(textBuf));
253 mEglWindow.presentationTime(monotonicNsec);
257 void Overlay::getTimeString_l(nsecs_t monotonicNsec, char* buf, size_t bufLen) { argument
265 (monotonicNsec - mStartMonotonicNsecs);
H A DOverlay.h99 void getTimeString_l(nsecs_t monotonicNsec, char* buf, size_t bufLen);

Completed in 60 milliseconds