Searched refs:Now (Results 1 - 22 of 22) sorted by relevance

/device/google/cuttlefish_common/common/libs/threads/
H A Dcuttlefish_thread_test.cpp74 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100));
78 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(10));
90 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(50));
95 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100));
131 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100));
135 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100));
140 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100));
182 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100));
186 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100));
211 start_ = MonotonicTimePoint::Now();
[all...]
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
H A DMisc.c541 EFI_TIME Now; local
543 Status = gRT->GetTime (&Now, NULL);
545 FatEfiTimeToFatTime (&Now, FatNow);
547 ZeroMem (&Now, sizeof (EFI_TIME));
548 Now.Year = 1980;
549 Now.Month = 1;
550 Now.Day = 1;
551 FatEfiTimeToFatTime (&Now, FatNow);
/device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
H A Dstats_keeper.cpp104 last_composition_stats_.prepare_start = MonotonicTimePoint::Now();
116 last_composition_stats_.prepare_end = MonotonicTimePoint::Now();
121 last_composition_stats_.set_start = MonotonicTimePoint::Now();
125 last_composition_stats_.set_end = MonotonicTimePoint::Now();
202 Seconds(MonotonicTimePoint::Now() - last_composition_stats_.set_end)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
H A DAsmDispatchExecute.S132 # Now we are in protected mode
138 # Now the parameter is at the bottom of the stack, then call in to IA32 function.
171 # Now we are in compatible mode
179 # Now we're in Long Mode
H A DAsmDispatchExecute.asm130 ; Now we are in protected mode
136 ; Now the parameter is at the bottom of the stack, then call in to IA32 function.
169 ; Now we are in compatible mode
177 ; Now we're in Long Mode
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
H A DThunk64To32.S138 # Now we are in protected mode
144 # Now the parameter is at the bottom of the stack, then call in to IA32 function.
178 # Now we are in compatible mode
186 # Now we're in Long Mode
H A DThunk64To32.asm136 ; Now we are in protected mode
142 ; Now the parameter is at the bottom of the stack, then call in to IA32 function.
176 ; Now we are in compatible mode
184 ; Now we're in Long Mode
/device/google/cuttlefish_common/common/libs/time/
H A Dmonotonic_time.h121 static MonotonicTimePoint Now() { function in class:cvd::time::MonotonicTimePoint
236 *dest = MonotonicTimePoint::Now();
291 cvd::time::MonotonicTimePoint::Now().SinceEpoch()).count();
/device/google/cuttlefish_common/guest/hals/sensors/
H A Dvsoc_sensors.cpp168 MonotonicTimePoint::Now() + sensor_states_[handle]->sampling_period_;
203 MonotonicTimePoint now = MonotonicTimePoint::Now();
395 MonotonicTimePoint::Now() +
442 MonotonicTimePoint now = MonotonicTimePoint::Now();
460 // Now check if we should update the wake time based on the next event
/device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
H A DFlat32.s66 # Now we're in 16 bit protected mode
H A DFlat32.asm71 ; Now we're in 16 bit protected mode
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
H A Defi32.S19 # Now in 32-bit protected mode.
H A Defi64.S19 # Now in 64-bit long mode.
H A Defi32.asm19 ; Now in 32-bit protected mode.
H A Defi64.asm19 ; Now in 64-bit long mode.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
H A DEbcLowLevel.asm78 ; Now call the external routine
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcLowLevel.asm94 ; Now call the external routine
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
H A DSecEntry.S95 # Now we're in 16 bit protected mode
H A DSecEntry.asm103 ; Now we're in 16 bit protected mode
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
H A DSecEntry.asm102 ; Now we're in 16 bit protected mode
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
H A DFlat32.S207 # Now we're in 16 bit protected mode
H A DFlat32.asm119 ; Now we're in 16 bit protected mode

Completed in 173 milliseconds