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

  /frameworks/av/cmds/screenrecord/
Overlay.h 45 mStartMonotonicNsecs(0),
147 nsecs_t mStartMonotonicNsecs;
Overlay.cpp 68 mStartMonotonicNsecs = systemTime(CLOCK_MONOTONIC);
265 (monotonicNsec - mStartMonotonicNsecs);

Completed in 84 milliseconds