Searched refs:mLastTimeFrameSent (Results 1 – 2 of 2) sorted by relevance
404 mLastTimeFrameSent = systemTime(SYSTEM_TIME_MONOTONIC); in handleMessage()405 const auto next = mLastTimeFrameSent + mDesiredFrameInterval.count(); in handleMessage()
114 nsecs_t mLastTimeFrameSent; variable