Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.h80 extern bool get_charging();
Dperfprofdcore.cc361 bool get_charging() in get_charging() function
463 profile->set_on_charger(get_charging()); in annotate_encoded_perf_profile()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc536 EXPECT_TRUE(get_charging()); in TEST_F()