summaryrefslogtreecommitdiff
path: root/include/utils
AgeCommit message (Expand)Author
2012-08-23Fixed clang build error for libgui Tareq A. Siraj
2012-08-20put back the unused virtuals in Vector<> Mathias Agopian
2012-08-20get rid of mirrorItemAt() which isn't used anywhere Mathias Agopian
2012-08-13Merge "Add a very simple helper function to log slow functions." into jb-mr1-dev Jeff Brown
2012-08-13improve [un]marshalling of non-binder objects Mathias Agopian
2012-08-10Add a very simple helper function to log slow functions. Jeff Brown
2012-08-10improve Vector<> safety checks Mathias Agopian
2012-08-05libutils cleanup: remove unused or seldom used code from misc.{cpp|h} Mathias Agopian
2012-08-02We now have a real list of displays. Mathias Agopian
2012-07-19Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible. Nick Pelly
2012-07-10one more step towards multiple display support Mathias Agopian
2012-05-31am d5085da3: am 4467bba7: Merge "Support looper callbacks based on smart poin... Jeff Brown
2012-05-31am 80586761: am dad23789: Merge "Delete unused poll() code." into jb-dev Jeff Brown
2012-05-31am dce1547d: am 9e2e781a: Merge "Remove unused statistics code." into jb-dev Jeff Brown
2012-05-31Support looper callbacks based on smart pointers. Jeff Brown
2012-05-31Add camera as an ATRACE tag Eino-Ville Talvala
2012-05-30Delete unused poll() code. Jeff Brown
2012-05-30Remove unused statistics code. Jeff Brown
2012-05-11libutils: add a tracing tag for video Jamie Gennis
2012-05-09Add callback hack to find out when to reload system properties. Dianne Hackborn
2012-05-07Add audio tag to systrace Glenn Kasten
2012-05-03Add System Tracing capability to Sync Manager Andy Stadler
2012-04-26Add traces for window manager and activity manager. Dianne Hackborn
2012-04-19Scheduling group cleanup Glenn Kasten
2012-04-17Merge "Support tokenizing arbitrary content." Jeff Brown
2012-04-17Support tokenizing arbitrary content. Jeff Brown
2012-04-16Add webview tracing bit Chris Craik
2012-03-22frameworks/native: move Zip* from libandroidfw to libutils Colin Cross
2012-03-22Add UniquePtr.h to frameworks/native Kenny Root
2012-03-17Add a simple work queue abstraction. Jeff Brown
2012-03-16Add traits to common utils data structures. Jeff Brown
2012-03-09Expose the set of enabled tags. Jeff Brown
2012-03-01Instead of hardcoding OMX component names in our code, support Andreas Huber
2012-02-27Merge "libutils: add a system-wide tracing utility" Jamie Gennis
2012-02-27split utils/threads.h into multiple headers Mathias Agopian
2012-02-26libutils: add a system-wide tracing utility Jamie Gennis
2012-02-23am 32916f7a: am fc4215ee: am 2d03a93e: Merge "Xcode 4.3 compatibility checkin" Jean-Baptiste Queru
2012-02-19Xcode 4.3 compatibility checkin Al Sutton
2012-02-17frameworks/base refactoring. Mathias Agopian
2012-02-14Update comments Glenn Kasten
2012-02-02Merge "Thread::getTid returns pid_t gettid() after run" Glenn Kasten
2012-01-31aapt now sorts the strings in the resource string pool. Dianne Hackborn
2012-01-25Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc. Dianne Hackborn
2012-01-19Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) Steve Block
2012-01-17Thread::getTid returns pid_t gettid() after run Glenn Kasten
2012-01-13Fix compilation with Clang. Evgeniy Stepanov
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE Steve Block
2011-12-15Add a new ui mode for "appliance" Joe Onorato
2011-12-08GenerationCache::get would return a random value instead of NULL Romain Guy