Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_mode_charger.h70 int InputCallback(int fd, unsigned int epevents);
Dhealthd_mode_charger.cpp611 int Charger::InputCallback(int fd, unsigned int epevents) { in InputCallback() function in android::Charger
688 std::bind(&Charger::InputCallback, this, std::placeholders::_1, std::placeholders::_2)); in Init()