replicant-frameworks_native/libs/binder
Mathias Agopian 7a7524810a get rid of MemoryHeapPmem
MemoryHeapPmem is not used any longer. PMEM is not a supported
type of memory by the system anymore. a particular device might
use PMEM and need something like MemoryHeapPmem, in this case this
should be implemented in device specific code (HAL).

This will most likely break older no longer supported targets.

Change-Id: I434e4291219950018de8b793b0403bb2d92dd5cc
2012-02-27 19:58:57 -08:00
..
Android.mk get rid of MemoryHeapPmem 2012-02-27 19:58:57 -08:00
Binder.cpp
BpBinder.cpp
IInterface.cpp
IMemory.cpp
IPCThreadState.cpp Multi-user - 1st major checkin 2012-02-03 12:01:47 -08:00
IPermissionController.cpp
IServiceManager.cpp Some hardening of isolated processes by restricting access to services. 2012-02-09 18:06:01 -08:00
MemoryBase.cpp
MemoryDealer.cpp
MemoryHeapBase.cpp
Parcel.cpp
PermissionCache.cpp
ProcessState.cpp
Static.cpp