summaryrefslogtreecommitdiffstats
path: root/include/utils
Commit message (Expand)AuthorAgeFilesLines
...
* improve [un]marshalling of non-binder objectsMathias Agopian2013-07-301-0/+72
* Add a very simple helper function to log slow functions.Jeff Brown2013-07-301-0/+38
* improve Vector<> safety checksMathias Agopian2013-07-304-38/+30
* libutils cleanup: remove unused or seldom used code from misc.{cpp|h}Mathias Agopian2013-07-301-39/+1
* We now have a real list of displays.Mathias Agopian2013-07-301-1/+15
* Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible.Nick Pelly2013-07-302-2/+4
* one more step towards multiple display supportMathias Agopian2013-07-301-4/+4
* Support looper callbacks based on smart pointers.Jeff Brown2013-07-301-2/+52
* Add camera as an ATRACE tagEino-Ville Talvala2013-07-301-1/+2
* Delete unused poll() code.Jeff Brown2013-07-301-29/+0
* Remove unused statistics code.Jeff Brown2013-07-301-21/+0
* libutils: add a tracing tag for videoJamie Gennis2013-07-301-1/+2
* Add callback hack to find out when to reload system properties.Dianne Hackborn2013-07-302-0/+9
* Add audio tag to systraceGlenn Kasten2013-07-301-1/+2
* Add System Tracing capability to Sync ManagerAndy Stadler2013-07-301-1/+2
* Add traces for window manager and activity manager.Dianne Hackborn2013-07-301-7/+9
* Scheduling group cleanupGlenn Kasten2013-07-302-20/+0
* Support tokenizing arbitrary content.Jeff Brown2013-07-301-1/+12
* Add webview tracing bitChris Craik2013-07-301-1/+2
* frameworks/native: move Zip* from libandroidfw to libutilsColin Cross2013-07-303-0/+390
* Add UniquePtr.h to frameworks/nativeKenny Root2013-07-301-0/+239
* Add a simple work queue abstraction.Jeff Brown2013-07-302-0/+121
* Add traits to common utils data structures.Jeff Brown2013-07-308-4/+43
* Expose the set of enabled tags.Jeff Brown2013-07-301-22/+32
* Instead of hardcoding OMX component names in our code, supportAndreas Huber2013-07-301-2/+2
* split utils/threads.h into multiple headersMathias Agopian2013-07-307-544/+779
* libutils: add a system-wide tracing utilityJamie Gennis2013-07-301-0/+166
* Xcode 4.3 compatibility checkinAl Sutton2013-07-301-3/+3
* frameworks/base refactoring.Mathias Agopian2013-07-3010-3218/+0
* Update commentsGlenn Kasten2013-07-301-1/+1
* DO NOT MERGERamanan Rajeswaran2013-07-301-2/+0
* Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn2013-07-301-0/+2
* DO NOT MERGERamanan Rajeswaran2013-07-301-2/+0
* aapt now sorts the strings in the resource string pool.Dianne Hackborn2013-07-301-571/+32
* Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn2013-07-301-0/+2
* Thread::getTid returns pid_t gettid() after runGlenn Kasten2013-07-301-2/+10
* Fix compilation with Clang.Evgeniy Stepanov2013-07-301-4/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2013-07-301-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2013-07-301-5/+5
* Add a new ui mode for "appliance"Joe Onorato2013-07-301-0/+1
* GenerationCache::get would return a random value instead of NULLRomain Guy2013-07-301-2/+4
* Use sized integer typedefs in hash_type specializations.Jeff Brown2013-07-301-8/+8
* Add a basic hashtable data structure, with tests!Jeff Brown2013-07-302-0/+437
* Clean up GenerationCache.Jeff Brown2013-07-301-59/+49
* BlobCache: implement cache serializationJamie Gennis2013-07-301-12/+84
* BlobCache: remove the mutex lockingJamie Gennis2013-07-301-8/+3
* Use libcorkscrew for stack unwinding.Jeff Brown2013-07-301-5/+3
* Reduce the size of libhwui by 50%Romain Guy2013-07-301-1/+2
* Fix regression in CursorWindow.copyStingToBuffer.Jeff Brown2013-07-301-0/+7
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2013-07-301-0/+1