summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/A2dpAudioInterface.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2010-11-23 17:59:39 -0800
committerEric Laurent <elaurent@google.com>2010-11-24 13:04:01 -0800
commit6dc08b3667a8cbf8a355ad27fc914fb2162d34f1 (patch)
treeb2b0b73796413c0176eb411ad051c35be78a9485 /services/audioflinger/A2dpAudioInterface.h
parent6bdbcd748ee64c7d66547c89673b415197a3001f (diff)
downloadframeworks_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.h1
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;