OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon5381
/external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc
538
TimeDelta
suspend_time
= TimeTicks::Now() - last_adjust_time_;
local
539
if (
suspend_time
.InSeconds() > kSuspendThresholdSeconds) {
542
start_time_ +=
suspend_time
;
544
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 437 milliseconds