History log of /frameworks/base/media/libstagefright/include/TimedEventQueue.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ea1d6712fe11f59ee9a89cc1cfec3aaa114a5233 12-Apr-2010 Andreas Huber <andih@google.com> 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.

Change-Id: I4e42e318fd5373d1f352f54027d4bf823126266d
related-to-bug: 2585276
/frameworks/base/media/libstagefright/include/TimedEventQueue.h
9c54010f7647a0b52c21c92259a8f38ac381babd 17-Nov-2009 Andreas Huber <andih@google.com> Improvements to TimedEventQueue.

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.
/frameworks/base/media/libstagefright/include/TimedEventQueue.h
bd7b43bb02852e51b3000185fa66e10c56b120e0 13-Oct-2009 Andreas Huber <andih@google.com> Separated private from public header files.
/frameworks/base/media/libstagefright/include/TimedEventQueue.h