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

  /external/bluetooth/bluedroid/bta/include/
bta_fs_co.h 150 time_t suspend_time; /* the time of suspend */ member in struct:__anon5386
  /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/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 256 struct os_time suspend_time; member in struct:wpa_global

Completed in 539 milliseconds