Home
last modified time | relevance | path

Searched refs:mLastTimeFrameSent (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/evs/manager/1.1/emul/
DVideoCapture.cpp404 mLastTimeFrameSent = systemTime(SYSTEM_TIME_MONOTONIC); in handleMessage()
405 const auto next = mLastTimeFrameSent + mDesiredFrameInterval.count(); in handleMessage()
DVideoCapture.h114 nsecs_t mLastTimeFrameSent; variable