replicant-frameworks_native/include/gui
Jeff Brown 59abe7e090 Replace epoll() with poll() and rename PollLoop to Looper.
As part of this change, consolidated and cleaned up the Looper API so
that there are fewer distinctions between the NDK and non-NDK declarations
(no need for two callback types, etc.).

Removed the dependence on specific constants from sys/poll.h such as
POLLIN.  Instead looper.h defines events like LOOPER_EVENT_INPUT for
the events that it supports.  That should help make any future
under-the-hood implementation changes easier.

Fixed a couple of compiler warnings along the way.

Change-Id: I449a7ec780bf061bdd325452f823673e2b39b6ae
2010-09-14 01:59:45 -07:00
..
ISensorEventConnection.h first step at implementing the native sensor support 2010-07-13 22:21:56 -07:00
ISensorServer.h new SensorService 2010-07-19 17:57:29 -07:00
Sensor.h Added SensorManager.getMinDelay() 2010-07-29 18:18:00 -07:00
SensorChannel.h first step at implementing the native sensor support 2010-07-13 22:21:56 -07:00
SensorEventQueue.h Replace epoll() with poll() and rename PollLoop to Looper. 2010-09-14 01:59:45 -07:00
SensorManager.h new SensorService 2010-07-19 17:57:29 -07:00