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