summaryrefslogtreecommitdiffstats
path: root/libs/gui/SensorEventQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable sensor data injection mode through adb.Aravind Akella2015-06-301-7/+15
* Build fix SensorEventQueue.Aravind Akella2015-04-241-1/+1
* Enable data injection mode in SensorService.Aravind Akella2015-04-231-0/+10
* libgui: Enable -Weverything and -WerrorDan Stoza2014-12-051-4/+7
* Enable clang for libui/libgui/surfaceflingerDan Stoza2014-11-111-1/+1
* Fix sockfd leakage in SensorService.Aravind Akella2014-10-021-9/+13
* SensorService performance improvements.Aravind Akella2014-07-241-1/+9
* Enable wakeup sensors.Aravind Akella2014-04-231-0/+9
* Change API from flush(handle) to flush(). Call flush on all active sensors in...Aravind Akella2013-10-091-2/+2
* fix a few problems with BitTubeMathias Agopian2013-09-101-7/+19
* Sensor batching. Changes to the native code.Aravind Akella2013-09-031-9/+11
* return errors properly in BitTube and SensorEventQueueMathias Agopian2012-05-071-2/+9
* use a socketpair instead of a pipe in BitTubeMathias Agopian2012-04-021-26/+5
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* Rename SensorChannel to BitTubeMathias Agopian2011-10-201-2/+2
* Fix typo which causes sensors to fail miserablyMathias Agopian2010-09-161-1/+1
* part of fix for [3004226] Cannot end the call - Proximity sensor doesn't workMathias Agopian2010-09-161-2/+16
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-11/+11
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-1/+1
* Added SensorManager.getMinDelay()Mathias Agopian2010-07-291-2/+2
* propagate sensor event rate properlyMathias Agopian2010-07-211-2/+6
* new SensorServiceMathias Agopian2010-07-191-6/+40
* first step at implementing the native sensor supportMathias Agopian2010-07-131-0/+97