replicant-frameworks_native/include
Jeff Brown b0619e8ad8 Looper: Drop default parameters in favor of a safer overload.
The idea is that if you're writing code that wants fd/events/data on
return from pollOnce() / pollAll() you should really pass in all of those
arguments.  When I changed the Looper API earlier, it was difficult
to ensure that all callers were passing the right parameters since they
were relying on default parameters to some degree so usage mistakes
would not have been caught by the compiler.

Change-Id: I1f2812894270aaf1515017ac1616b6b312d9b565
2010-09-16 18:51:15 -07:00
..
binder Don't propagate StrictMode over one-way Binder calls. 2010-08-31 13:16:49 -07:00
gui Replace epoll() with poll() and rename PollLoop to Looper. 2010-09-14 01:59:45 -07:00
pim
private fix a race in SF buffer management 2010-08-26 17:42:27 -07:00
surfaceflinger
tts
ui Fix app switch latency optimization. 2010-09-16 16:41:46 -07:00
utils Looper: Drop default parameters in favor of a safer overload. 2010-09-16 18:51:15 -07:00