summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/foundation/ALooperRoster.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't trigger an integer underflow when decrementing.Nick Kralevich2015-06-131-1/+2
* stagefright: don't use ALooperRoster mutex for reply handlingLajos Molnar2015-03-101-35/+1
* stagefright: remove AMessage methods using id()Lajos Molnar2015-03-051-16/+0
* stagefright: use handler instead of handler-id in AMessageLajos Molnar2015-03-051-80/+20
* Add dumpsys infoMarco Nelissen2015-02-181-0/+82
* Fix more potential deadlocks in ALooperRosterMarco Nelissen2014-08-281-29/+12
* Fix potential deadlock in unregisterStaleHandlers()Marco Nelissen2014-08-271-7/+19
* Unregister any handlers still registered on now "dead" ALoopersAndreas Huber2013-07-311-0/+14
* HLS now properly publishes its "seekable" flags after connectionAndreas Huber2013-02-061-1/+2
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-4/+4
* Support for posting messages and synchronously waiting for a response.Andreas Huber2011-08-251-4/+45
* An attempt to unregister a handler that's no longer registered should not cau...Andreas Huber2010-10-181-3/+8
* Remove stagefright foundation's incompatible logging interface and update cal...Andreas Huber2010-09-211-7/+6
* ALooperRoster no longer holds strong references to handlers and loopers.Andreas Huber2010-07-071-6/+38
* An AHandler can now find its associated ALooper.Andreas Huber2010-07-021-0/+12
* Initial checkin of "foundation" library for future stagefright development.Andreas Huber2010-06-071-0/+100