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

  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 388 os_get_time(&global->suspend_time);
401 if (global->suspend_time.sec == 0)
405 slept = now.sec - global->suspend_time.sec;
wpa_supplicant_i.h 256 struct os_time suspend_time; member in struct:wpa_global
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 539 TimeDelta suspend_time = TimeTicks::Now() - last_adjust_time_; local
540 if (suspend_time.InSeconds() > kSuspendThresholdSeconds) {
543 start_time_ += suspend_time;
545 last_discard_time_ += suspend_time;
  /external/bluetooth/bluedroid/bta/include/
bta_fs_co.h 150 time_t suspend_time; /* the time of suspend */ member in struct:__anon5386

Completed in 199 milliseconds