HomeSort by relevance Sort by last modified time
    Searched refs:mShuttingDown (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 111 mShuttingDown = false;
113 mShuttingDown = true;
115 ALOGD("%sAnimationStartTiming start time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot",
124 ALOGD("%sAnimationStopTiming start time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot",
135 mShuttingDown ? "Shutdown" : "Boot", elapsedRealtime());
138 mShuttingDown ? "Shutdown" : "Boot", elapsedRealtime());
349 if (!mShuttingDown && encryptedAnimation) {
367 for (const char* f : (!mShuttingDown ? bootFiles : shutdownFiles)) {
399 SLOGD("%sAnimationShownTiming start time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot",
926 SLOGD("%sAnimationShownTiming start time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot"
    [all...]
BootAnimation.h 183 bool mShuttingDown;

Completed in 58 milliseconds