diff options
author | 2016-09-26 18:10:16 -0700 | |
---|---|---|
committer | 2016-09-30 22:15:12 +0000 | |
commit | dc782511dcaf46c7fa7488391cc27f0d0be354b0 (patch) | |
tree | f8719c0895e14e2474a46d2d0e6c85e3416bbea2 /include/gui/BufferQueueConsumer.h | |
parent | 6e7e2b44efa6427cc106b20cea76d9a80dadcac9 (diff) |
Rename dump methods to dumpState
The dump methods shadow the IBinder dump method. The warnings were being
hidden by the use of -isystem to include frameworks/native/include.
Bug: 31752268
Test: m -j
Change-Id: Iafc64da43032d5d9d84b64640e70d93fd7051bcf
(cherry picked from commit 3d1d280fa3cbc30700f728a4b13e5308315433d3)
Diffstat (limited to 'include/gui/BufferQueueConsumer.h')
-rw-r--r-- | include/gui/BufferQueueConsumer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/BufferQueueConsumer.h b/include/gui/BufferQueueConsumer.h index 8ec0546c7e..e2bafec4a9 100644 --- a/include/gui/BufferQueueConsumer.h +++ b/include/gui/BufferQueueConsumer.h @@ -144,7 +144,7 @@ public: virtual status_t discardFreeBuffers() override; // dump our state in a String - virtual void dump(String8& result, const char* prefix) const; + virtual void dumpState(String8& result, const char* prefix) const; // Functions required for backwards compatibility. // These will be modified/renamed in IGraphicBufferConsumer and will be |