replicant-frameworks_native/include/binder
Jeff Brown 3e2fb7056a Deprecate local-only CursorWindows.
There is no difference and has never really been a difference
between local-only and remotable CursorWindows.  By removing the
distinction officially in the API, we will make it easier to
implement CrossProcessCursor correctly.  CrossProcessCursor
is problematic currently because it's not clear whether a call
to getWindow() will return a local-only window or a remotable window.
As a result, the bulk cursor adaptor has special case handling
for AbstractWindowedCursors vs. ordinary CrossProcessCursors
so that it can set a remotable window before the cursor fills it.
All these problems go away if we just forget about local-only
windows being special in any way.

Change-Id: Ie59f517968e33d0ecb239c3c4f60206495e8f376
2011-10-12 22:19:41 -07:00
..
Binder.h
BinderService.h
BpBinder.h
CursorWindow.h Deprecate local-only CursorWindows. 2011-10-12 22:19:41 -07:00
IBinder.h Binder linkage no longer depends on JNI objrefs as persistent tokens 2011-02-28 11:37:20 -08:00
IInterface.h
IMemory.h MemoryHeapBase: Save and binderize the offset 2011-06-27 13:48:51 -07:00
IPCThreadState.h
IPermissionController.h
IServiceManager.h
MemoryBase.h
MemoryDealer.h
MemoryHeapBase.h MemoryHeapBase: Save and binderize the offset 2011-06-27 13:48:51 -07:00
MemoryHeapPmem.h
Parcel.h Fix handling of "allow fds" state. 2011-10-03 21:09:35 -07:00
PermissionCache.h PermissionCache caches permission checks 2011-06-27 17:42:15 -07:00
ProcessState.h Eliminate single-process mode. 2011-07-08 19:54:07 -07:00