From 7e8626fd7580dc5e0d4b4e4ceef0988067b60037 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Tue, 13 Sep 2011 15:04:17 -0700 Subject: Issue 5298399: Lost speech after a crash in gTalk. Fixed problem in AudioTrack::restoreTrack_l() causing a permanent failure if the IAudioTrack interface to AudioFlinger could not be restored at the first attempt. Change-Id: I039d4fe2dca8d3baf71f1a6c51119f27a67b6611 --- include/media/AudioTrack.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/media') diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h index 923518d..d1a8105 100644 --- a/include/media/AudioTrack.h +++ b/include/media/AudioTrack.h @@ -486,6 +486,7 @@ private: int mSessionId; int mAuxEffectId; Mutex mLock; + status_t mRestoreStatus; }; -- cgit v1.1