Home
last modified time | relevance | path

Searched refs:SYSTEM_TIME_BOOTTIME (Results 1 – 5 of 5) sorted by relevance

/system/vold/model/
DEmulatedVolume.cpp110 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME); in doMount()
115 nsecs_t now = systemTime(SYSTEM_TIME_BOOTTIME); in doMount()
DPublicVolume.cpp207 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME); in doMount()
212 nsecs_t now = systemTime(SYSTEM_TIME_BOOTTIME); in doMount()
/system/core/libutils/include/utils/
DTimers.h84 SYSTEM_TIME_BOOTTIME = 4 // same as SYSTEM_TIME_MONOTONIC, but including CPU suspend time enumerator
/system/vold/
DIdleMaint.cpp174 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME); in Trim()
181 nsecs_t time = systemTime(SYSTEM_TIME_BOOTTIME) - start; in Trim()
DCheckpoint.cpp343 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME); in cp_prepareCheckpoint()
348 nsecs_t time = systemTime(SYSTEM_TIME_BOOTTIME) - start; in cp_prepareCheckpoint()