Home
last modified time | relevance | path

Searched defs:wakeup (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/sensors/aidl/default/include/sensors-impl/
DSensors.h94 void postEvents(const std::vector<Event>& events, bool wakeup) override { in postEvents()
/hardware/interfaces/health/aidl/default/
DChargerUtils.cpp43 int ChargerCallback::ChargerRegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in ChargerRegisterEvent()
/hardware/interfaces/health/utils/libhealthloop/
DHealthLoop.cpp57 int HealthLoop::RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent()
/hardware/libhardware/modules/sensors/dynamic_sensor/
DDynamicSensorsSubHal.cpp170 bool wakeup; in submitEvent() local
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
DSensorsSubHal.cpp200 void ISensorsSubHalBase::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents()
/hardware/interfaces/tv/cec/1.1/vts/functional/
DVtsHalTvCecV1_1TargetTest.cpp186 Return<void> wakeup = hdmiCec->setOption(OptionKey::WAKEUP, false); in TEST_P() local