Home
last modified time | relevance | path

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

/system/core/healthd/include_charger/charger/
Dhealthd_mode_charger.h106 int InputCallback(int fd, unsigned int epevents);
/system/core/healthd/
Dhealthd_mode_charger.cpp657 int Charger::InputCallback(int fd, unsigned int epevents) { in InputCallback() function in android::Charger
780 std::bind(&Charger::InputCallback, this, std::placeholders::_1, std::placeholders::_2)); in OnInit()