Home
last modified time | relevance | path

Searched refs:postEvents (Results 1 – 5 of 5) sorted by relevance

/device/google/trout/hal/sensors/2.0/
DSensor.cpp119 mCallback->postEvents(evs, isWakeUpSensor()); in flush()
179 mCallback->postEvents(events, isWakeUpSensor()); in run()
209 mCallback->postEvents(std::vector<Event>{event}, isWakeUpSensor()); in injectEvent()
DSensorsSubHal.cpp205 void SensorsSubHal::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents() function in android::hardware::sensors::V2_0::subhal::implementation::SensorsSubHal
207 mCallback->postEvents(events, std::move(wakelock)); in postEvents()
DSensor.h59 virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
DSensorsSubHal.h80 void postEvents(const std::vector<Event>& events, bool wakeup) override;
/device/generic/goldfish/sensors/
Dmultihal_sensors.cpp221 m_halProxyCallback->postEvents( in postSensorEventLocked()