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

  /system/extras/perfprofd/
perfprofdcore.cc 440 bool is_booting = get_booting(); local
442 profile->set_booting(is_booting);
445 profile->set_camera_active(is_booting ? false : get_camera_active());
  /system/core/init/
devices.cpp 797 static int is_booting(void) function
807 int booting = is_booting();
854 booting = is_booting();

Completed in 1987 milliseconds