summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/TimedEventQueue.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix a race condition in TimedEventQueue, an event may be cancelled while ↵Andreas Huber2010-04-121-0/+2
| | | | | | | we're waiting for its scheduled time to come in which case we'd be removing it from the queue twice. Change-Id: I4e42e318fd5373d1f352f54027d4bf823126266d related-to-bug: 2585276
* Improvements to TimedEventQueue.Andreas Huber2009-11-171-6/+30
| | | | | | Events are now cancelled given their "unique" event_id instead of the event pointer itself (which may be reallocated in place if we're unlucky). Also the ability to cancel multiple events matching a predicate has been added.
* Separated private from public header files.Andreas Huber2009-10-131-0/+106