media: rename doNotResuscitate to doNotReconnect to align with the implementation.

Bug: 21370108
Change-Id: I4c202d81507b29afb5e7f72231c4c7847d0b29bf
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 @@
                 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;