HomeSort by relevance Sort by last modified time
    Searched defs:SysTime (Results 1 - 2 of 2) sorted by null

  /external/qemu/telephony/
sysdeps.h 61 typedef long long SysTime;
63 extern SysTime sys_time_now( void );
70 extern void sys_timer_set( SysTimer timer, SysTime when, SysCallback callback, void* opaque );
  /external/chromium_org/base/time/
time_posix.cc 32 // Define a system-specific SysTime that wraps either to a time_t or
36 typedef time64_t SysTime;
38 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
45 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
53 typedef time_t SysTime;
55 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
62 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
168 SysTime seconds; // Seconds since epoch.
219 SysTime seconds;
273 // On Android, SysTime is int64, special care must be taken to avoi
    [all...]

Completed in 43 milliseconds