Searched defs:mcTimestampAdjustments (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp192 * values: {(mPrevTimestamp - mcTimestampAdjustments), ..., mPrevTimestamp} */
193 uint64_t mcTimestampAdjustments; member in class:guestProp::Service
287 , mcTimestampAdjustments(0)
410 if (mPrevTimestamp - u64NanoTS > mcTimestampAdjustments)
411 mcTimestampAdjustments = 0;
414 mcTimestampAdjustments++;

Completed in 64 milliseconds