Home
last modified time | relevance | path

Searched refs:EventWakeup (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/health/2.0/default/
H A 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()
/aosp12/system/core/healthd/include/healthd/
H A Dhealthd.h82 enum EventWakeup { enum
89 int healthd_register_event(int fd, void (*handler)(uint32_t), EventWakeup wakeup = EVENT_NO_WAKEUP_…
/aosp12/hardware/interfaces/health/utils/libhealthloop/include/health/
H A DHealthLoop.h68 int RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup);
/aosp12/hardware/interfaces/health/utils/libhealthloop/
H A DHealthLoop.cpp59 int HealthLoop::RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent()