HomeSort by relevance Sort by last modified time
    Searched full:monotonicnsec (Results 1 - 2 of 2) sorted by null

  /frameworks/av/cmds/screenrecord/
Overlay.cpp 204 nsecs_t monotonicNsec = mGlConsumer->getTimestamp();
238 getTimeString_l(monotonicNsec, textBuf, sizeof(textBuf));
253 mEglWindow.presentationTime(monotonicNsec);
257 void Overlay::getTimeString_l(nsecs_t monotonicNsec, char* buf, size_t bufLen) {
265 (monotonicNsec - mStartMonotonicNsecs);
Overlay.h 99 void getTimeString_l(nsecs_t monotonicNsec, char* buf, size_t bufLen);

Completed in 47 milliseconds