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

/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp827 RTTIMESPEC TimeSpecTS; local
828 RTTimeNow(&TimeSpecTS);
870 i_facilityUpdate(VBoxGuestFacilityType_Graphics, VBoxGuestFacilityStatus_Active, 0 /*fFlags*/, &TimeSpecTS);
893 0 /*fFlags*/, &TimeSpecTS); /** @todo the timestamp isn't gonna be right here on saved state restore. */
1078 RTTIMESPEC TimeSpecTS;
1079 RTTimeNow(&TimeSpecTS);
1083 0 /*fFlags*/, &TimeSpecTS);
H A DVMMDevInterface.cpp238 RTTIMESPEC TimeSpecTS; local
239 RTTimeNow(&TimeSpecTS);
240 guest->i_setAdditionsStatus(VBoxGuestFacilityType_All, VBoxGuestFacilityStatus_Inactive, 0 /*fFlags*/, &TimeSpecTS);
H A DDisplayImpl.cpp1085 RTTIMESPEC TimeSpecTS; local
1086 RTTimeNow(&TimeSpecTS);
1092 0 /*fFlags*/, &TimeSpecTS);
1096 0 /*fFlags*/, &TimeSpecTS);
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevState.h109 RTTIMESPEC TimeSpecTS; member in struct:VMMDEVFACILITYSTATUSENTRY

Completed in 46 milliseconds