Go to file
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
cmds added BinderService<> template to help creating native binder services 2010-07-14 18:43:19 -07:00
include Replace epoll() with poll() and rename PollLoop to Looper. 2010-09-14 01:59:45 -07:00
libs Replace epoll() with poll() and rename PollLoop to Looper. 2010-09-14 01:59:45 -07:00
opengl option to enable multisampling 2010-09-09 11:53:17 -07:00
services/surfaceflinger fix [2946787] Screen flicker on low resolution setting in camcorder. 2010-08-25 15:09:52 -07:00
vpn
MODULE_LICENSE_APACHE2
NOTICE Adding PacketVideo attribution in NOTICE. 2010-05-06 14:15:47 -07:00