summaryrefslogtreecommitdiffstats
path: root/libs/utils/SystemClock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove libutilsAlex Ray2013-07-311-155/+0
| | | | | | | libutils is being moved from frameworks/native/ to system/core/ in order to facilitate native C++ platform (non-frameworks) code. Change-Id: I44089fb960591a40b8a9c30faabb10459d107d71
* libutils clean-upMathias Agopian2013-05-071-53/+1
| | | | Change-Id: I6ff4cfc736751de2912c697f954e45e275f2d386
* Disable the use of clock_gettime for now.Ben Cheng2012-09-191-1/+9
| | | | | Bug: 7100774 Change-Id: I6ede2a37a5d485134fe419b5dc766f70ae4af9d4
* Print warnings when backwards timestamps are detected.Ben Cheng2012-09-161-5/+55
| | | | | | Bug: 7100774 Change-Id: I752fd1680b32ce33d17d6042d6c82e27d7ba9dd2
* Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible.Nick Pelly2012-07-191-14/+24
| | | | Change-Id: I4231c8ca32663e6e2cb5b7c126d091f837373807
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-3/+3
| | | | | | | See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I00a4b904f9449e6f93b7fd35eac28640d7929e69
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I4c4e33bb9df3e39e11cd985e193e6fbab4635298
* Clean up use of HAVE_ANDROID_OSKenny Root2011-02-161-4/+4
| | | | | | | | HAVE_ANDROID_OS was defined as "1" for targets, but never defined as "0" for non-targets. Changing them to #ifdef should be safe and matches all the other uses of HAVE_ANDROID_OS throughout the system. Change-Id: I82257325a8ae5e4e4371ddfc4dbf51cea8ea0abb
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+139
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-139/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+139