replicant-frameworks_native/libs/binder
Marco Nelissen d43b194b69 Instead of using -1 for pid and uid in the simulator, and then having
to special-case the simulator case all over the framework, just use
getuid and getpid, and intercept those in the simulator wrapper.
2009-07-17 10:48:09 -07:00
..
Android.mk new Permission class used to improve permission checks speed (by caching results) 2009-06-15 21:56:51 -07:00
Binder.cpp
BpBinder.cpp
IInterface.cpp
IMemory.cpp
IPCThreadState.cpp Instead of using -1 for pid and uid in the simulator, and then having 2009-07-17 10:48:09 -07:00
IPermissionController.cpp
IServiceManager.cpp new Permission class used to improve permission checks speed (by caching results) 2009-06-15 21:56:51 -07:00
MemoryBase.cpp
MemoryDealer.cpp
MemoryHeapBase.cpp
MemoryHeapPmem.cpp
Parcel.cpp
Permission.cpp new Permission class used to improve permission checks speed (by caching results) 2009-06-15 21:56:51 -07:00
ProcessState.cpp
Static.cpp