Searched refs:monotonicNsec (Results 1 – 2 of 2) sorted by relevance
203 nsecs_t monotonicNsec = mGlConsumer->getTimestamp(); in processFrame_l() local236 getTimeString_l(monotonicNsec, textBuf, sizeof(textBuf)); in processFrame_l()251 mEglWindow.presentationTime(monotonicNsec); in processFrame_l()255 void Overlay::getTimeString_l(nsecs_t monotonicNsec, char* buf, size_t bufLen) { in getTimeString_l() argument261 snprintf(buf, bufLen, "%" PRId64, monotonicNsec); in getTimeString_l()268 (monotonicNsec - mStartMonotonicNsecs); in getTimeString_l()
100 void getTimeString_l(nsecs_t monotonicNsec, char* buf, size_t bufLen);