Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/2.0/multihal/tests/
DHalProxy_test.cpp291 subHal.postEvents(events, false /* wakeup */); in TEST()
308 subHal.postEvents(events, false /* wakeup */); in TEST()
330 subHal.postEvents(events, true /* wakeup */); in TEST()
356 subHal.postEvents(events, true /* wakeup */); in TEST()
376 subHal1.postEvents(events, false /* wakeup */); in TEST()
380 subHal2.postEvents(events, false /* wakeup */); in TEST()
400 subHal1.postEvents(events, false /* wakeup */); in TEST()
426 std::thread t1(&AllSensorsSubHal::postEvents, &subHal1, events, false); in TEST()
427 std::thread t2(&AllSensorsSubHal::postEvents, &subHal2, events, false); in TEST()
448 subHal.postEvents(events, false /* wakeup */); in TEST()
[all …]
/hardware/interfaces/sensors/2.0/multihal/include/
DSubHal.h74 virtual void postEvents(const std::vector<Event>& events, ScopedWakelock wakelock) = 0;
DHalProxy.h399 void postEvents(const std::vector<Event>& events, ScopedWakelock wakelock);
/hardware/interfaces/sensors/2.0/multihal/tests/fake_subhal/
DSensor.cpp102 mCallback->postEvents(evs, isWakeUpSensor()); in flush()
129 mCallback->postEvents(readEvents(), isWakeUpSensor()); in run()
175 mCallback->postEvents(std::vector<Event>{event}, isWakeUpSensor()); in injectEvent()
DSensorsSubHal.cpp165 void SensorsSubHal::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents() function in android::hardware::sensors::V2_0::subhal::implementation::SensorsSubHal
167 mCallback->postEvents(events, std::move(wakelock)); in postEvents()
DSensorsSubHal.h86 void postEvents(const std::vector<Event>& events, bool wakeup) override;
DSensor.h43 virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
/hardware/interfaces/sensors/2.0/default/
DSensor.cpp93 mCallback->postEvents(evs, isWakeUpSensor()); in flush()
120 mCallback->postEvents(readEvents(), isWakeUpSensor()); in run()
166 mCallback->postEvents(std::vector<Event>{event}, isWakeUpSensor()); in injectEvent()
DSensor.h43 virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
DSensors.h86 void postEvents(const std::vector<Event>& events, bool wakeup) override;
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/
DHalProxy.cpp670 void HalProxyCallback::postEvents(const std::vector<Event>& events, ScopedWakelock wakelock) { in postEvents() function in android::hardware::sensors::V2_0::implementation::HalProxyCallback