summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/foundation/ALooperRoster.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Unregister any handlers still registered on now "dead" ALoopersAndreas Huber2013-07-311-0/+14
| | | | | | | upon the death of an ALooper. Change-Id: I64c0835b8db04486204f3d0fa7173ee53708a116 related-to-bug: 10106648
* HLS now properly publishes its "seekable" flags after connectionAndreas Huber2013-02-061-1/+2
| | | | | | | has successfully completed and a sufficient amount of data fetched, and only then signals that preparation is completed. Change-Id: I7684a14238b826909f518f2af506966e522dfcfc
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-4/+4
| | | | | | | See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I00a4b904f9449e6f93b7fd35eac28640d7929e69
* Support for posting messages and synchronously waiting for a response.Andreas Huber2011-08-251-4/+45
| | | | Change-Id: Id6c7a08c34fd5cb6c4632f78ece9e7898b29e52c
* An attempt to unregister a handler that's no longer registered should not ↵Andreas Huber2010-10-181-3/+8
| | | | | | | | | | cause an assertion. There are edge cases in which a handler attempts to unregister itself while on another thread a message fails to be delivered to that very handler and causes automatic unregistration. In this case the handler's good cleanup intentions are thwarted by the CHECK. Change-Id: I4e41b5e7b619159ecce4856c15cccca031a28b5b related-to-bug: 3101247 QA-impact: no(!!!) risk
* Remove stagefright foundation's incompatible logging interface and update ↵Andreas Huber2010-09-211-7/+6
| | | | | | callsites. Change-Id: I45fba7d60530ea0f233ac3695a97306b6dc1795c
* ALooperRoster no longer holds strong references to handlers and loopers.Andreas Huber2010-07-071-6/+38
| | | | Change-Id: I038d69b0a34eda1bfc5216d92c837a5ddf4fb802
* An AHandler can now find its associated ALooper.Andreas Huber2010-07-021-0/+12
| | | | Change-Id: Ic7087b8dcbc0d9abda272df0cb01b04b006f82ad
* Initial checkin of "foundation" library for future stagefright development.Andreas Huber2010-06-071-0/+100
Change-Id: I11714dcaa647d0437a13e4c5b953b35e712da8f3