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

  /system/connectivity/shill/net/
mock_time.h 32 MOCK_METHOD1(GetSecondsMonotonic, bool(time_t* seconds));
shill_time.h 59 virtual bool GetSecondsMonotonic(time_t* seconds);
shill_time.cc 48 bool Time::GetSecondsMonotonic(time_t* seconds) {
  /system/connectivity/shill/wifi/
mac80211_monitor.cc 153 if (!time_->GetSecondsMonotonic(&now_monotonic_seconds)) {
mac80211_monitor_unittest.cc 289 EXPECT_CALL(time(), GetSecondsMonotonic(_))
306 EXPECT_CALL(time(), GetSecondsMonotonic(_))

Completed in 241 milliseconds