Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/2.0/default/
DSensors.cpp183 void Sensors::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents() function in android::hardware::sensors::V2_0::implementation::Sensors
/hardware/interfaces/sensors/2.0/multihal/tests/fake_subhal/
DSensorsSubHal.cpp165 void SensorsSubHal::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents() function in android::hardware::sensors::V2_0::subhal::implementation::SensorsSubHal
/hardware/interfaces/sensors/2.0/multihal/
DHalProxy.cpp670 void HalProxyCallback::postEvents(const std::vector<Event>& events, ScopedWakelock wakelock) { in postEvents() function in android::hardware::sensors::V2_0::implementation::HalProxyCallback