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 26 // Define a system-specific SysTime that wraps either to a time_t or
30 typedef time64_t SysTime;
32 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
39 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
47 typedef time_t SysTime;
49 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
56 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
165 SysTime seconds; // Seconds since epoch.
216 SysTime seconds;
270 // On Android, SysTime is int64, special care must be taken to avoi
    [all...]

Completed in 579 milliseconds