summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/TimedEventQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* warnings be gone.Andreas Huber2014-04-111-2/+2
* Only increase the counter when we do take a wakelockJimmy Dalqvist2014-01-221-5/+7
* libstagefright: Delay release of wakelock in TimedEventQueueHaynes Mathew George2013-12-171-5/+8
* TimedEventQueue: improve wakelock managementEric Laurent2013-11-071-42/+52
* AwesomePlayer: do not send events when paused.Eric Laurent2013-10-081-0/+6
* TimedEventQueue takes a wake lockEric Laurent2013-10-041-3/+73
* ALooper::GetNowUs() now relies on systemTime instead of gettimeofday.Andreas Huber2012-10-011-11/+4
* Removed code related to simulator build in TimedEventQueue to get rid of the ...James Dong2012-03-261-21/+0
* Remove references to sched_policy.hGlenn Kasten2012-03-051-2/+0
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* Remove unneeded #include <sys/resource.h>Glenn Kasten2011-06-151-1/+0
* Bug 4608375Glenn Kasten2011-06-141-2/+1
* TimedEventQueue now explicitly sets its scheduling policy to foreground as it...Andreas Huber2010-09-091-0/+4
* TimedEventQueue is apparently important for glitch-free media playback, and soMarco Nelissen2010-06-161-0/+3
* Fix a race condition in TimedEventQueue, an event may be cancelled while we'r...Andreas Huber2010-04-121-9/+34
* Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the ...Andreas Huber2010-03-291-4/+27
* Make sure that the event callback thread is Java capable in the simulator.Marco Nelissen2010-02-191-0/+22
* Squashed commit of the following:Andreas Huber2009-11-231-1/+9
* Improvements to TimedEventQueue.Andreas Huber2009-11-171-21/+56
* Separated private from public header files.Andreas Huber2009-10-131-1/+2
* assert => CHECK in stagefright.Andreas Huber2009-08-261-4/+2
* Fixes to make libstagefright build for the simulator.Marco Nelissen2009-07-161-0/+1
* Squashed commit of the following:Andreas Huber2009-07-161-0/+206