Searched refs:InputCallback (Results 1 – 2 of 2) sorted by relevance
106 int InputCallback(int fd, unsigned int epevents);
657 int Charger::InputCallback(int fd, unsigned int epevents) { in InputCallback() function in android::Charger780 std::bind(&Charger::InputCallback, this, std::placeholders::_1, std::placeholders::_2)); in OnInit()