| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove files that moved to frameworks/native | Mathias Agopian | 2012-03-07 | 1 | -256/+0 |
| | | | | | Change-Id: I140d291e520097b1148930f736823650e08488f7 | ||||
| * | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE | Steve Block | 2012-01-06 | 1 | -1/+1 |
| | | | | | | | | See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I00a4b904f9449e6f93b7fd35eac28640d7929e69 | ||||
| * | Make static versions of libutils and libbinder. | Dan Egnor | 2010-05-06 | 1 | -2/+3 |
| | | | | | | | | | | | Fix some small static-initialization-order issues (and a static- initializers-missing issue) that result from doing so. The static libraries don't actually get used for anything real at the moment -- they're used for perf tests of bug 2660235. Bug: 2660235 Change-Id: Iee2f38f79cc93b395e8d0a5a144ed92461f5ada0 | ||||
| * | some work to try to reduce the code size of some native libraries | Mathias Agopian | 2009-05-26 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | | | - make sure that all binder Bn classes define a ctor and dtor in their respective library. This avoids duplication of the ctor/dtor in libraries where these objects are instantiated. This is also cleaner, should we want these ctor/dtor to do something one day. - same change as above for some Bp classes and various other non-binder classes - moved the definition of CHECK_INTERFACE() in IInterface.h instead of having it everywhere. - improved the CHECK_INTERFACE() macro so it calls a single method in Parcel, instead of inlining its code everywhere - IBinder::getInterfaceDescriptor() now returns a "const String16&" instead of String16, which saves calls to String16 and ~String16 - implemented a cache for BpBinder::getInterfaceDescriptor(), since this does an IPC. HOWEVER, this method never seems to be called. The cache makes BpBinder bigger, so we need to figure out if we need this method at all. | ||||
| * | move libbinder's header files under includes/binder | Mathias Agopian | 2009-05-20 | 1 | -4/+4 |
| | | |||||
| * | checkpoint: split libutils into libutils + libbinder | Mathias Agopian | 2009-05-20 | 1 | -0/+242 |
