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

  /frameworks/native/libs/binder/include/private/binder/
Static.h 44 extern bool gSystemBootCompleted;
  /frameworks/native/libs/binder/
Static.cpp 100 bool gSystemBootCompleted = false;
IServiceManager.cpp 152 if (!gSystemBootCompleted) {
155 gSystemBootCompleted = strcmp(bootCompleted, "1") == 0 ? true : false;
158 const long sleepTime = gSystemBootCompleted ? 1000 : 100;

Completed in 1192 milliseconds