Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | utils: move thread enums to system/core | Alex Ray | 2013-07-30 | 1 | -47/+1 | |
| * | | | | | | | | | | Added bitwise-or and bitwise-and to BitSet | Michael Wright | 2013-07-30 | 1 | -0/+14 | |
| * | | | | | | | | | | Make trace macros slightly more robust | Tim Murray | 2013-07-30 | 1 | -0/+9 | |
| * | | | | | | | | | | remove unused declarations and reformat | Mathias Agopian | 2013-07-30 | 1 | -47/+44 | |
| * | | | | | | | | | | remove reserved virtual slots | Mathias Agopian | 2013-07-30 | 1 | -20/+0 | |
| * | | | | | | | | | | new String8, String16 ctors to initialize empty static strings with static li... | Mathias Agopian | 2013-07-30 | 2 | -0/+18 | |
| * | | | | | | | | | | libutils clean-up | Mathias Agopian | 2013-07-30 | 16 | -1194/+12 | |
| * | | | | | | | | | | Add new Looper API to check whether the looper is idle. | Dianne Hackborn | 2013-07-30 | 1 | -0/+11 | |
| * | | | | | | | | | | improved CallStack a bit | Mathias Agopian | 2013-07-30 | 1 | -2/+4 | |
| * | | | | | | | | | | Fix a crasher with RefBase debugging and vectors of wp<> | Mathias Agopian | 2013-07-30 | 1 | -39/+56 | |
| * | | | | | | | | | | Add Vector::resize() | Jesse Hall | 2013-07-30 | 2 | -1/+8 | |
| * | | | | | | | | | | Add Thread::isRunning and Condition::signal(WakeUpType) | Romain Guy | 2013-07-30 | 2 | -0/+16 | |
| * | | | | | | | | | | rename binder services main thread to Binder_* | Mathias Agopian | 2013-07-30 | 1 | -0/+3 | |
| * | | | | | | | | | | utils: Allow non android namespaces to use ALOGD_IF_SLOW | Naseer Ahmed | 2013-07-30 | 1 | -1/+1 | |
| * | | | | | | | | | | Add LinearAllocator | Chris Craik | 2013-07-30 | 1 | -0/+97 | |
| * | | | | | | | | | | utils: fix warnings for unused parameters | Igor Murashkin | 2013-07-30 | 3 | -6/+6 | |
| * | | | | | | | | | | utils: clarify scoped tracing functionality | Alex Ray | 2013-07-30 | 1 | -8/+5 | |
| * | | | | | | | | | | utils: Use cutils tracing functionality. | Alex Ray | 2013-07-30 | 1 | -141/+9 | |
| * | | | | | | | | | | Add LruCache::Iterator | Romain Guy | 2013-07-30 | 1 | -24/+26 | |
| * | | | | | | | | | | Add another ifndef and a couple of methods to LruCache | Romain Guy | 2013-07-30 | 2 | -0/+28 | |
| * | | | | | | | | | | Add #ifndef to prevent multiple definitions | Romain Guy | 2013-07-30 | 1 | -0/+5 | |
| * | | | | | | | | | | Reduce emulator logspam | Andy McFadden | 2013-07-30 | 1 | -0/+2 | |
| * | | | | | | | | | | Add an LRU cache plus hashing primitives | Raph Levien | 2013-07-30 | 4 | -1/+252 | |
| * | | | | | | | | | | Ensure that Vector::erase() returns a valid iterator | Jason Simmons | 2013-07-30 | 1 | -1/+2 | |
| * | | | | | | | | | | Revert "Revert "put back the unused virtuals in Vector<>"" | Dave Burke | 2013-07-30 | 1 | -0/+20 | |
| * | | | | | | | | | | Add runtime debugging capabilities to OpenGL | Romain Guy | 2013-07-30 | 1 | -0/+5 | |
| * | | | | | | | | | | Add TEMP_FAILURE_RETRY to ZipUtils | Kenny Root | 2013-07-30 | 1 | -0/+23 | |
| * | | | | | | | | | | minor SharedBuffer clean-up | Mathias Agopian | 2013-07-30 | 1 | -17/+8 | |
| * | | | | | | | | | | Add a way to retrieve a Region as a SharedBuffer | Mathias Agopian | 2013-07-30 | 1 | -1/+1 | |
| * | | | | | | | | | | Revert "put back the unused virtuals in Vector<>" | Mathias Agopian | 2013-07-30 | 1 | -20/+0 | |
| * | | | | | | | | | | Fixed clang build error for libgui | Tareq A. Siraj | 2013-07-30 | 1 | -2/+2 | |
| * | | | | | | | | | | put back the unused virtuals in Vector<> | Mathias Agopian | 2013-07-30 | 1 | -0/+20 | |
| * | | | | | | | | | | get rid of mirrorItemAt() which isn't used anywhere | Mathias Agopian | 2013-07-30 | 2 | -22/+0 | |
| * | | | | | | | | | | improve [un]marshalling of non-binder objects | Mathias Agopian | 2013-07-30 | 1 | -0/+72 | |
| * | | | | | | | | | | Add a very simple helper function to log slow functions. | Jeff Brown | 2013-07-30 | 1 | -0/+38 | |
| * | | | | | | | | | | improve Vector<> safety checks | Mathias Agopian | 2013-07-30 | 4 | -38/+30 | |
| * | | | | | | | | | | libutils cleanup: remove unused or seldom used code from misc.{cpp|h} | Mathias Agopian | 2013-07-30 | 1 | -39/+1 | |
| * | | | | | | | | | | We now have a real list of displays. | Mathias Agopian | 2013-07-30 | 1 | -1/+15 | |
| * | | | | | | | | | | Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible. | Nick Pelly | 2013-07-30 | 2 | -2/+4 | |
| * | | | | | | | | | | one more step towards multiple display support | Mathias Agopian | 2013-07-30 | 1 | -4/+4 | |
| * | | | | | | | | | | Support looper callbacks based on smart pointers. | Jeff Brown | 2013-07-30 | 1 | -2/+52 | |
| * | | | | | | | | | | Add camera as an ATRACE tag | Eino-Ville Talvala | 2013-07-30 | 1 | -1/+2 | |
| * | | | | | | | | | | Delete unused poll() code. | Jeff Brown | 2013-07-30 | 1 | -29/+0 | |
| * | | | | | | | | | | Remove unused statistics code. | Jeff Brown | 2013-07-30 | 1 | -21/+0 | |
| * | | | | | | | | | | libutils: add a tracing tag for video | Jamie Gennis | 2013-07-30 | 1 | -1/+2 | |
| * | | | | | | | | | | Add callback hack to find out when to reload system properties. | Dianne Hackborn | 2013-07-30 | 2 | -0/+9 | |
| * | | | | | | | | | | Add audio tag to systrace | Glenn Kasten | 2013-07-30 | 1 | -1/+2 | |
| * | | | | | | | | | | Add System Tracing capability to Sync Manager | Andy Stadler | 2013-07-30 | 1 | -1/+2 | |
| * | | | | | | | | | | Add traces for window manager and activity manager. | Dianne Hackborn | 2013-07-30 | 1 | -7/+9 | |
| * | | | | | | | | | | Scheduling group cleanup | Glenn Kasten | 2013-07-30 | 2 | -20/+0 |