summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/foundation/AWakeLock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Track change of IInterface::asBinder from instance method to static methodBrian Carlstrom2015-02-101-1/+1
| | | | | | (cherry picked from commit 99c678fb5c159f67cd545d928267dcfdff12cdb4) Change-Id: I517fa6b810f01ec5a4fb2bd295f16ed5cacf95ea
* nuplayer: acquire wakelock during offload pause timeoutWeiyin Jiang2015-02-061-0/+109
Hold a wakelock while paused in audio offload mode, until audio teardown event is received, or pause is canceled. Since ARM cores are sleeping, the delayed AMessage will not be received, and the audio output driver will not be closed. This blocks XO shutdown. Bug: 19297092 Change-Id: I3d11fef633e3f2783f4aa31e71285e2fa09d234c