Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/health/2.0/default/
Dhealthd_common_adapter.cpp37 int RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent() argument
38 return HealthLoop::RegisterEvent(fd, func, wakeup); in RegisterEvent()
51 int healthd_register_event(int fd, void (*handler)(uint32_t), EventWakeup wakeup) { in healthd_register_event() argument
55 return health_loop->RegisterEvent(fd, wrapped_handler, wakeup); in healthd_register_event()
/hardware/interfaces/health/utils/libhealthloop/
DHealthLoop.cpp59 int HealthLoop::RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent() argument
71 if (wakeup == EVENT_WAKEUP_FD) ev.events |= EPOLLWAKEUP; in RegisterEvent()
/hardware/interfaces/health/utils/libhealthloop/include/health/
DHealthLoop.h68 int RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup);
/hardware/interfaces/sensors/2.0/default/
DSensors.cpp183 void Sensors::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents() argument
188 if (wakeup) { in postEvents()
DSensor.h43 virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
DSensors.h86 void postEvents(const std::vector<Event>& events, bool wakeup) override;
/hardware/interfaces/sensors/2.0/multihal/tests/fake_subhal/
DSensorsSubHal.cpp165 void SensorsSubHal::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents() argument
166 ScopedWakelock wakelock = mCallback->createScopedWakelock(wakeup); in postEvents()
DSensorsSubHal.h86 void postEvents(const std::vector<Event>& events, bool wakeup) override;
DSensor.h43 virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
/hardware/interfaces/wifi/1.0/
Dtypes.hal756 * - no wakeup at all in 5GHz band
2281 * host wakeup.
2300 * host wakeup.
2319 * host wakeup.
2345 * Structure capturing the count of all the wireless related host wakeup.
2349 * wakeup of the host processor by the WLAN firmware.