Go to file
Jeff Brown 1e0b1e8491 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
2012-06-27 17:07:53 -07:00
build I am having second thoughts about 512m for the large heap size. 2012-06-08 13:02:09 -07:00
cmds am 4f0dfaa7: am 9be7caf3: Merge "Include stack traces for certain native processes in bugreport." into jb-dev 2012-06-08 15:33:30 -07:00
data/etc Move com.nxp.mifare to frameworks/native. 2012-04-12 21:24:08 -07:00
include Pass fences from BufferQueue to SurfaceTextureClient 2012-06-21 22:21:12 -07:00
libs Utils: Fix a bug in the linear transformation code. 2012-06-27 15:34:43 -07:00
opengl Update ANativeWindow clients for sync 2012-06-20 15:48:30 -07:00
services Replace epoll() with poll() and rename PollLoop to Looper. 2012-06-27 17:07:53 -07:00
MODULE_LICENSE_APACHE2
NOTICE