History log of /hardware/libhardware/modules/sensors/tests/SensorEventQueue_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
86e247ae8945164ab0fae72f1e62adf4fc270ab0 19-Dec-2017 Dan Willemsen <dwillemsen@google.com> Convert to Android.bp

See build/soong/README.md for more information

Test: mmma hardware/libhardware
Change-Id: Ibb7e2af9d55f581e951d8996cea5e52cd0766b04
/hardware/libhardware/modules/sensors/tests/SensorEventQueue_test.cpp
dff39d23ec4b4c7327cb8ee04c8285234c883252 01-Jul-2016 Greg Kaiser <gkaiser@google.com> SensorEventQueue_test: Fix compiler warnings

Change-Id: I841172e4257f4425dcacbe4984b539b70b8ab1e5
/hardware/libhardware/modules/sensors/tests/SensorEventQueue_test.cpp
c69f3a70ecbc4303cdfdea961f7a2a4a8f58fa05 29-Oct-2013 Aaron Whyte <awhyte@google.com> Tests SensorEventQueue I/O when the queue is full.
Reduced debug logging in multihal.

Change-Id: I30e80630ce5d97776c53f26d6096ef59b9b2f35a
/hardware/libhardware/modules/sensors/tests/SensorEventQueue_test.cpp
92863c14b7d36f74ec715b45ca6adc8bf95dc87c 29-Oct-2013 Aaron Whyte <awhyte@google.com> MultiHal multithreaded polling

Change-Id: I3ebe380169eed1c8deeca2860d1788be6c14837e
/hardware/libhardware/modules/sensors/tests/SensorEventQueue_test.cpp
ab6ec384c456022f37a9c6183d3afbcefcb436a9 23-Oct-2013 Aaron Whyte <awhyte@google.com> Added a SensorEventQueue, a circular buffer meant for reading with one thread
and polling a subhal with another. The writing thread gets access to pointers
in the internal buffer. This design avoids a memcpy on write when the multihal
fetches subhal events using poll().

Unit-tests include multithreaded reading and writing lots of events, in
random-sized chunks.

This is not used by the multihal yet. That will be a different CL.

Change-Id: I58418d69eebebeb96befb08ba3aed080f0f08551
/hardware/libhardware/modules/sensors/tests/SensorEventQueue_test.cpp