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()
167 bool wakeup; in submitEvent() local
186 Return<void> wakeup = hdmiCec->setOption(OptionKey::WAKEUP, false); in TEST_P() local