Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.h86 extern bool get_charging();
Dperfprofdcore.cc295 bool get_charging() in get_charging() function
407 profile->SetExtension(quipper::on_charger, get_charging()); in annotate_encoded_perf_profile()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc803 EXPECT_TRUE(get_charging()); in TEST_F()