Home
last modified time | relevance | path

Searched defs:wakeup (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/health/2.0/default/
Dhealthd_common_adapter.cpp37 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()
/hardware/interfaces/health/utils/libhealthloop/
DHealthLoop.cpp59 int HealthLoop::RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent()
/hardware/interfaces/sensors/2.0/default/
DSensors.cpp183 void Sensors::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents()
/hardware/interfaces/sensors/2.0/multihal/tests/fake_subhal/
DSensorsSubHal.cpp165 void SensorsSubHal::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents()