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

          Line data    Source code
       1             : /* Any copyright is dedicated to the Public Domain.
       2             :  * http://creativecommons.org/publicdomain/zero/1.0/ */
       3             : 
       4             : #ifndef A_MESSAGE_H_
       5             : #define A_MESSAGE_H_
       6             : 
       7             : #include <utils/RefBase.h>
       8             : 
       9             : namespace stagefright {
      10             : 
      11           0 : struct AMessage : public RefBase {
      12             : public:
      13           0 :     void post() {}
      14             : };
      15             : 
      16             : }
      17             : 
      18             : #endif

Generated by: LCOV version 1.13