Home
last modified time | relevance | path

Searched refs:dwHighDateTime (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
Dmsvc.h59 uint32_t dwHighDateTime; member
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_platform_dependents.cpp89 unsigned long long ticks = tv.dwHighDateTime; in get_time()
/hardware/google/gfxstream/guest/mesa/src/c11/impl/
Dtime.c64 date.HighPart = ft.dwHighDateTime; in c23_timespec_get()
/hardware/google/aemu/base/
DSystem.cpp454 ((uint64_t)user_time_struct.dwHighDateTime << 32); in cpuTime()
457 ((uint64_t)kernel_time_struct.dwHighDateTime << 32); in cpuTime()