1. fa0e033 ALooper::GetNowUs() now relies on systemTime instead of gettimeofday. by Andreas Huber · 12 years ago
  2. 6eb463b Removed code related to simulator build in TimedEventQueue to get rid of the dependency on jni.h by James Dong · 12 years ago
  3. c236eb8 Remove references to sched_policy.h by Glenn Kasten · 12 years ago
  4. f1d5aa1 Move away from MediaDebug and use ADebug instead by James Dong · 12 years ago
  5. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  6. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  7. b8e9897 Remove unneeded #include <sys/resource.h> by Glenn Kasten · 13 years ago
  8. 86106f8 Bug 4608375 by Glenn Kasten · 13 years ago
  9. acb5621 TimedEventQueue now explicitly sets its scheduling policy to foreground as it should. by Andreas Huber · 14 years ago
  10. 17e8ad9 TimedEventQueue is apparently important for glitch-free media playback, and so by Marco Nelissen · 14 years ago
  11. 874b55f Fix a race condition in TimedEventQueue, an event may be cancelled while we're waiting for its scheduled time to come in which case we'd be removing it from the queue twice. by Andreas Huber · 14 years ago
  12. 03f4e14 Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the only event in the queue has been cancelled while we're waiting for its scheduled time. Avoids potential int64_t overflow when converting from us to ns. by Andreas Huber · 14 years ago
  13. 0df82fc Make sure that the event callback thread is Java capable in the simulator. by Marco Nelissen · 14 years ago
  14. bfa6b2d Squashed commit of the following: by Andreas Huber · 15 years ago
  15. be11f39 Improvements to TimedEventQueue. by Andreas Huber · 15 years ago
  16. 89e69da Separated private from public header files. by Andreas Huber · 15 years ago
  17. 0c89199 assert => CHECK in stagefright. by Andreas Huber · 15 years ago
  18. 361f482 Fixes to make libstagefright build for the simulator. by Marco Nelissen · 15 years ago
  19. 20111aa Squashed commit of the following: by Andreas Huber · 15 years ago