Home
last modified time | relevance | path

Searched refs:is_booting (Results 1 – 2 of 2) sorted by relevance

/system/extras/perfprofd/
Dperfprofdcore.cc455 bool is_booting = get_booting(); in annotate_encoded_perf_profile() local
457 profile->set_booting(is_booting); in annotate_encoded_perf_profile()
460 profile->set_camera_active(is_booting ? false : get_camera_active()); in annotate_encoded_perf_profile()
/system/core/init/
Ddevices.cpp851 static int is_booting() { in is_booting() function
856 int booting = is_booting(); in process_firmware_event()
891 booting = is_booting(); in process_firmware_event()