Searched refs:wakeup (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/health/2.0/default/ |
D | healthd_common_adapter.cpp | 37 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/ |
D | HealthLoop.cpp | 59 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/ |
D | HealthLoop.h | 68 int RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup);
|
/hardware/interfaces/sensors/2.0/default/ |
D | Sensors.cpp | 183 void Sensors::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents() argument 188 if (wakeup) { in postEvents()
|
D | Sensor.h | 43 virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
|
D | Sensors.h | 86 void postEvents(const std::vector<Event>& events, bool wakeup) override;
|
/hardware/interfaces/sensors/2.0/multihal/tests/fake_subhal/ |
D | SensorsSubHal.cpp | 165 void SensorsSubHal::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents() argument 166 ScopedWakelock wakelock = mCallback->createScopedWakelock(wakeup); in postEvents()
|
D | SensorsSubHal.h | 86 void postEvents(const std::vector<Event>& events, bool wakeup) override;
|
D | Sensor.h | 43 virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 756 * - 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.
|