Merge "Declare Visualizer::setEnabled() 'final'" am: 00639037d7
am: 579c900beb
Change-Id: I3640dfae077fcd84bdf332ed027c15f2cabc95a1
This commit is contained in:
@@ -73,7 +73,8 @@ public:
|
||||
|
||||
~Visualizer();
|
||||
|
||||
virtual status_t setEnabled(bool enabled);
|
||||
// Declared 'final' because we call this in ~Visualizer().
|
||||
status_t setEnabled(bool enabled) final;
|
||||
|
||||
// maximum capture size in samples
|
||||
static uint32_t getMaxCaptureSize() { return VISUALIZER_CAPTURE_SIZE_MAX; }
|
||||
|
||||
Reference in New Issue
Block a user