Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 – 9 of 9) 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/libhardware/modules/sensors/dynamic_sensor/
DDynamicSensorsSubHal.cpp167 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/
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/sensors/common/default/2.X/
DSensors.h200 void postEvents(const std::vector<V2_1::Event>& events, bool wakeup) override { in postEvents()
205 if (wakeup) { in postEvents()
DSensor.h42 virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
/hardware/interfaces/tv/cec/1.1/vts/functional/
DVtsHalTvCecV1_1TargetTest.cpp186 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/
DSensor.h43 virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
DSensorsSubHal.h86 void postEvents(const std::vector<Event>& events, bool wakeup) override;
/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.