Home
last modified time | relevance | path

Searched defs:postEvents (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
DIHalProxyCallbackWrapper.h81 void postEvents(const std::vector<V2_1::Event>& events, ScopedWakelock wakelock) override { in postEvents() function
97 void postEvents(const std::vector<V2_1::Event>& events, ScopedWakelock wakelock) { in postEvents() function
/hardware/interfaces/sensors/common/default/2.X/multihal/include/
DHalProxyCallback.h122 void postEvents(const std::vector<V1_0::Event>& events, in postEvents() function
157 void postEvents(const std::vector<V2_1::Event>& events, in postEvents() function
/hardware/interfaces/sensors/common/default/2.X/multihal/
DHalProxyCallback.cpp41 void HalProxyCallbackBase::postEvents(const std::vector<V2_1::Event>& events, in postEvents() function in android::hardware::sensors::V2_0::implementation::HalProxyCallbackBase
/hardware/interfaces/sensors/common/default/2.X/
DSensors.h200 void postEvents(const std::vector<V2_1::Event>& events, bool wakeup) override { in postEvents() function