Searched defs:wakeup (Results 1 – 4 of 4) sorted by relevance
37 int RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent()51 int healthd_register_event(int fd, void (*handler)(uint32_t), EventWakeup wakeup) { in healthd_register_event()
59 int HealthLoop::RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent()
183 void Sensors::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents()
165 void SensorsSubHal::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents()