summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2015-05-22 14:08:24 -0700
committerRonghua Wu <ronghuawu@google.com>2015-05-22 14:08:24 -0700
commit92d824426e4621c2e8dfdd4e0f00d19c35d3c481 (patch)
treef407c08cbf8b91803998436ad3a7b79c03be19bb /include
parent6374077319a2d060eefe5f4bf425aed37f90c5d0 (diff)
downloadframeworks_av-92d824426e4621c2e8dfdd4e0f00d19c35d3c481.zip
frameworks_av-92d824426e4621c2e8dfdd4e0f00d19c35d3c481.tar.gz
frameworks_av-92d824426e4621c2e8dfdd4e0f00d19c35d3c481.tar.bz2
media: rename doNotResuscitate to doNotReconnect to align with the implementation.
Bug: 21370108 Change-Id: I4c202d81507b29afb5e7f72231c4c7847d0b29bf
Diffstat (limited to 'include')
-rw-r--r--include/media/MediaPlayerInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/MediaPlayerInterface.h b/include/media/MediaPlayerInterface.h
index 8c36f0e..46f900e 100644
--- a/include/media/MediaPlayerInterface.h
+++ b/include/media/MediaPlayerInterface.h
@@ -114,7 +114,7 @@ public:
void *cookie = NULL,
audio_output_flags_t flags = AUDIO_OUTPUT_FLAG_NONE,
const audio_offload_info_t *offloadInfo = NULL,
- bool doNotResuscitate = false) = 0;
+ bool doNotReconnect = false) = 0;
virtual status_t start() = 0;