diff options
| author | Eric Laurent <elaurent@google.com> | 2010-11-23 17:59:39 -0800 |
|---|---|---|
| committer | Eric Laurent <elaurent@google.com> | 2010-11-24 13:04:01 -0800 |
| commit | 6dc08b3667a8cbf8a355ad27fc914fb2162d34f1 (patch) | |
| tree | b2b0b73796413c0176eb411ad051c35be78a9485 /services/audioflinger/A2dpAudioInterface.h | |
| parent | 6bdbcd748ee64c7d66547c89673b415197a3001f (diff) | |
| download | frameworks_base-6dc08b3667a8cbf8a355ad27fc914fb2162d34f1.zip frameworks_base-6dc08b3667a8cbf8a355ad27fc914fb2162d34f1.tar.gz frameworks_base-6dc08b3667a8cbf8a355ad27fc914fb2162d34f1.tar.bz2 | |
Fix issue 3225810.
Take a wake lock whenever A2DP output stream is active.
Change-Id: Ie50e6d4cb34c8a1ba97b301ef25e10aeb153d8f3
Diffstat (limited to 'services/audioflinger/A2dpAudioInterface.h')
| -rw-r--r-- | services/audioflinger/A2dpAudioInterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/A2dpAudioInterface.h b/services/audioflinger/A2dpAudioInterface.h index 48154f9..cef1926 100644 --- a/services/audioflinger/A2dpAudioInterface.h +++ b/services/audioflinger/A2dpAudioInterface.h @@ -103,6 +103,7 @@ private: status_t setAddress(const char* address); status_t setBluetoothEnabled(bool enabled); status_t setSuspended(bool onOff); + status_t standby_l(); private: int mFd; |
