LCOV - code coverage report
Current view: top level - media/libstagefright/binding/include/mp4_demuxer - Atom.h (source / functions) Hit Total Coverage
Test: output.info Lines: 0 6 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 6 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* This Source Code Form is subject to the terms of the Mozilla Public
       2             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       3             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
       4             : 
       5             : #ifndef ATOM_H_
       6             : #define ATOM_H_
       7             : 
       8             : namespace mp4_demuxer {
       9             : 
      10           0 : class Atom
      11             : {
      12             : public:
      13           0 :   Atom()
      14           0 :     : mValid(false)
      15             :   {
      16           0 :   }
      17           0 :   virtual bool IsValid()
      18             :   {
      19           0 :     return mValid;
      20             :   }
      21             : protected:
      22             :   bool mValid;
      23             : };
      24             : 
      25             : }
      26             : 
      27             : #endif // ATOM_H_

Generated by: LCOV version 1.13