HomeSort by relevance Sort by last modified time
    Searched refs:GetTimeOfDay (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/net/
mock_time.h 36 MOCK_METHOD2(GetTimeOfDay, int(struct timeval* tv, struct timezone* tz));
shill_time.h 70 // gettimeofday
71 virtual int GetTimeOfDay(struct timeval* tv, struct timezone* tz);
shill_time.cc 90 int Time::GetTimeOfDay(struct timeval* tv, struct timezone* tz) {
91 return gettimeofday(tv, tz);
103 GetTimeOfDay(&now_wall_clock, nullptr);

Completed in 802 milliseconds