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

Commit 4b2033ca authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix google-explicit-constructor warnings in media."

am: de9d1052

Change-Id: I3d36b388efaa5c5710b9d2ff4fdec6d2a8696613
parents d6229bb5 de9d1052
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ private:
    // When necessary, it will send out buffering events to the player.
    struct BufferingMonitor : public AHandler {
    public:
        BufferingMonitor(const sp<AMessage> &notify);
        explicit BufferingMonitor(const sp<AMessage> &notify);

        // Set up state.
        void prepare(const sp<NuCachedSource2> &cachedSource,
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ struct AImageReader : public RefBase {

    struct FrameListener : public ConsumerBase::FrameAvailableListener {
      public:
        FrameListener(AImageReader* parent) : mReader(parent) {}
        explicit FrameListener(AImageReader* parent) : mReader(parent) {}

        void onFrameAvailable(const BufferItem& item) override;