Home
last modified time | relevance | path

Searched refs:get_booting (Results 1 – 3 of 3) sorted by relevance

/system/extras/perfprofd/
Dperfprofdcore.h79 extern bool get_booting();
Dperfprofdcore.cc238 bool get_booting() in get_booting() function
455 bool is_booting = get_booting(); in annotate_encoded_perf_profile()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc535 EXPECT_FALSE(get_booting()); in TEST_F()