Searched refs:EventWakeup (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/health/2.0/default/ |
H A D | healthd_common_adapter.cpp | 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()
|
/aosp12/system/core/healthd/include/healthd/ |
H A D | healthd.h | 82 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 D | HealthLoop.h | 68 int RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup);
|
/aosp12/hardware/interfaces/health/utils/libhealthloop/ |
H A D | HealthLoop.cpp | 59 int HealthLoop::RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent()
|