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