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
BpBinder.h
IBinder.h
IInterface.h
IMemory.h
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
Permission.h new Permission class used to improve permission checks speed (by caching results) 2009-06-15 21:56:51 -07:00
ProcessState.h