Searched refs:epoch_time (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dthreads_windows.c28 extern const uint64_t epoch_time;
191 rtime.QuadPart -= epoch_time;
H A Dwince_usb.c40 const uint64_t epoch_time = UINT64_C(116444736000000000); // 1970.01.01 00:00:000 in MS Filetime variable
968 // with a predef epoch_time to have an epoch that starts at 1970.01.01 00:00
975 rtime.QuadPart -= epoch_time;
H A Dwindows_usb.c102 const uint64_t epoch_time = UINT64_C(116444736000000000); // 1970.01.01 00:00:000 in MS Filetime variable
2261 // with a predef epoch_time to have an epoch that starts at 1970.01.01 00:00
2267 rtime.QuadPart -= epoch_time;
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals.cc147 double epoch_time = base::Time::Now().ToJsTime(); local
148 string time = base::DoubleToString(epoch_time);

Completed in 428 milliseconds