OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:suspend_time
(Results
1 - 2
of
2
) 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
;
Completed in 185 milliseconds