Searched refs:wakeup (Results 1 – 9 of 9) 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/libhardware/modules/sensors/dynamic_sensor/ |
D | DynamicSensorsSubHal.cpp | 167 bool wakeup; in submitEvent() local 195 wakeup = sensor->getSensor()->flags & SENSOR_FLAG_WAKE_UP; in submitEvent() 197 wakeup = false; in submitEvent() 199 ScopedWakelock wakelock = mHalProxyCallback->createScopedWakelock(wakeup); in submitEvent()
|
/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/sensors/common/default/2.X/ |
D | Sensors.h | 200 void postEvents(const std::vector<V2_1::Event>& events, bool wakeup) override { in postEvents() 205 if (wakeup) { in postEvents()
|
D | Sensor.h | 42 virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
|
/hardware/interfaces/tv/cec/1.1/vts/functional/ |
D | VtsHalTvCecV1_1TargetTest.cpp | 186 Return<void> wakeup = hdmiCec->setOption(OptionKey::WAKEUP, false); in TEST_P() local 187 ASSERT_TRUE(wakeup.isOk()); in TEST_P()
|
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/ |
D | Sensor.h | 43 virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
|
D | SensorsSubHal.h | 86 void postEvents(const std::vector<Event>& events, bool wakeup) override;
|
/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.
|