summaryrefslogtreecommitdiff
path: root/media/libstagefright/foundation/ALooperRoster.cpp
AgeCommit message (Collapse)Author
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I00a4b904f9449e6f93b7fd35eac28640d7929e69
2011-08-25Support for posting messages and synchronously waiting for a response.Andreas Huber
Change-Id: Id6c7a08c34fd5cb6c4632f78ece9e7898b29e52c
2010-10-18An attempt to unregister a handler that's no longer registered should not ↵Andreas Huber
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
2010-09-21Remove stagefright foundation's incompatible logging interface and update ↵Andreas Huber
callsites. Change-Id: I45fba7d60530ea0f233ac3695a97306b6dc1795c
2010-07-07ALooperRoster no longer holds strong references to handlers and loopers.Andreas Huber
Change-Id: I038d69b0a34eda1bfc5216d92c837a5ddf4fb802
2010-07-02An AHandler can now find its associated ALooper.Andreas Huber
Change-Id: Ic7087b8dcbc0d9abda272df0cb01b04b006f82ad
2010-06-07Initial checkin of "foundation" library for future stagefright development.Andreas Huber
Change-Id: I11714dcaa647d0437a13e4c5b953b35e712da8f3