Searched refs:monotonicNsec (Results 1 – 2 of 2) sorted by relevance
206 nsecs_t monotonicNsec = mGlConsumer->getTimestamp(); in processFrame_l() local239 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() argument264 snprintf(buf, bufLen, "%" PRId64, monotonicNsec); in getTimeString_l()271 (monotonicNsec - mStartMonotonicNsecs); in getTimeString_l()
100 void getTimeString_l(nsecs_t monotonicNsec, char* buf, size_t bufLen);