Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92d82442 authored by Ronghua Wu's avatar Ronghua Wu
Browse files

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

Bug: 21370108
Change-Id: I4c202d81507b29afb5e7f72231c4c7847d0b29bf
parent 63740773
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;