Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DOverlay.cpp206 nsecs_t monotonicNsec = mGlConsumer->getTimestamp(); in processFrame_l() local
239 getTimeString_l(monotonicNsec, textBuf, sizeof(textBuf)); in processFrame_l()
254 mEglWindow.presentationTime(monotonicNsec); in processFrame_l()
258 void Overlay::getTimeString_l(nsecs_t monotonicNsec, char* buf, size_t bufLen) { in getTimeString_l() argument
264 snprintf(buf, bufLen, "%" PRId64, monotonicNsec); in getTimeString_l()
271 (monotonicNsec - mStartMonotonicNsecs); in getTimeString_l()
DOverlay.h100 void getTimeString_l(nsecs_t monotonicNsec, char* buf, size_t bufLen);