Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/
H A DVideoCapture.cpp428 mLastTimeFrameSent = systemTime(SYSTEM_TIME_MONOTONIC); in handleMessage()
429 const auto next = mLastTimeFrameSent + mDesiredFrameInterval.count(); in handleMessage()
H A DVideoCapture.h117 nsecs_t mLastTimeFrameSent; variable