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

Commit 8b6a3d23 authored by Dan Willemsen's avatar Dan Willemsen Committed by Android (Google) Code Review
Browse files

Merge "Fix mismatched-tags error"

parents a83d6890 61c2351d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ namespace android {

struct ABuffer;
struct ALooper;
struct AudioTrack;
class AudioTrack;
class IGraphicBufferProducer;
struct MediaCodec;
class MediaCodecBuffer;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
namespace android {

struct IHDCP;
struct IMediaCodecList;
class IMediaCodecList;
struct IMediaHTTPService;
class IMediaRecorder;
class IOMX;
+2 −2
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ struct MediaCodecInfo : public RefBase {

        DISALLOW_EVIL_CONSTRUCTORS(Capabilities);

        friend class MediaCodecInfo;
        friend struct MediaCodecInfo;
    };

    // Use a subclass to allow setting fields on construction without allowing
@@ -136,7 +136,7 @@ private:

    DISALLOW_EVIL_CONSTRUCTORS(MediaCodecInfo);

    friend class MediaCodecList;
    friend struct MediaCodecList;
    friend class MediaCodecListOverridesTest;
};

+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ namespace android {
struct ABuffer;
class ACodecBufferChannel;
class MediaCodecBuffer;
struct MemoryDealer;
class MemoryDealer;
struct DescribeColorFormat2Params;
struct DataConverter;

+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ private:
    sp<GraphicBuffer> mGraphicBuffer;
    sp<Fence> mFence;

    friend class FrameRenderTracker;
    friend struct FrameRenderTracker;
};

struct FrameRenderTracker {
Loading