History log of /frameworks/av/media/libstagefright/foundation/AWakeLock.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c17943863c068bf370b713873f185f027649704d 10-Feb-2015 Brian Carlstrom <bdc@google.com> Track change of IInterface::asBinder from instance method to static method

(cherry picked from commit 99c678fb5c159f67cd545d928267dcfdff12cdb4)

Change-Id: I517fa6b810f01ec5a4fb2bd295f16ed5cacf95ea
/frameworks/av/media/libstagefright/foundation/AWakeLock.cpp
35d5af131c9d4962e935082f204ccd6a2130861c 28-Jan-2015 Weiyin Jiang <wjiang@codeaurora.org> nuplayer: acquire wakelock during offload pause timeout

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
/frameworks/av/media/libstagefright/foundation/AWakeLock.cpp