Home
last modified time | relevance | path

Searched refs:BoundFunction (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/health/utils/libhealthloop/include/health/
DHealthLoop.h67 using BoundFunction = std::function<void(HealthLoop*, uint32_t /* epevents */)>; variable
68 int RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup);
79 BoundFunction func;
/hardware/interfaces/health/2.0/default/
Dhealthd_common_adapter.cpp37 int RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent()
/hardware/interfaces/health/utils/libhealthloop/
DHealthLoop.cpp59 int HealthLoop::RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent()