replicant-frameworks_native/include/binder
Andreas Huber f0adf848ff Make MemoryDealer's destructor protected instead of public.
MemoryDealer, like all other subclasses of RefBase,MUST NOT BE stack-allocated, a protected destructor prohibits stack-allocation while allowing the baseclass to properly invoke the subclass' destructor once the refcount drops to 0.
2009-07-16 10:05:57 -07:00
..
Binder.h some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
BpBinder.h some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
IBinder.h some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
IInterface.h some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
IMemory.h some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
IPCThreadState.h
IPermissionController.h
IServiceManager.h new Permission class used to improve permission checks speed (by caching results) 2009-06-15 21:56:51 -07:00
MemoryBase.h
MemoryDealer.h Make MemoryDealer's destructor protected instead of public. 2009-07-16 10:05:57 -07:00
MemoryHeapBase.h
MemoryHeapPmem.h
Parcel.h some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
Permission.h new Permission class used to improve permission checks speed (by caching results) 2009-06-15 21:56:51 -07:00
ProcessState.h