OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:watchdog_timeout
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/core/java/com/android/server/pm/
PackageDexOptimizer.java
68
import static com.android.server.pm.PackageManagerService.
WATCHDOG_TIMEOUT
;
85
// One minute over PM
WATCHDOG_TIMEOUT
86
private static final long WAKELOCK_TIMEOUT_MS =
WATCHDOG_TIMEOUT
+ 1000 * 60;
[
all
...]
PackageManagerService.java
527
static final long
WATCHDOG_TIMEOUT
= 1000*60*10; // ten minutes
[
all
...]
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_cal.c
522
bool
watchdog_timeout
;
local
533
watchdog_timeout
=
540
if (
watchdog_timeout
) {
[
all
...]
/art/dex2oat/
dex2oat.cc
539
// watchdog (PackageManagerService.
WATCHDOG_TIMEOUT
, 10 minutes), so that dex2oat will abort
[
all
...]
Completed in 191 milliseconds