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

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

Merge "Fix google-explicit-constructor warnings in binder." am: 8b2d3da4 am: e00f7041

am: 77281911

Change-Id: I1cd4c72a8ba30cf3ff43661e41c913b17b7e3bf0
parents 51d7c42b 77281911
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ private:
class BpRefBase : public virtual RefBase
{
protected:
                            BpRefBase(const sp<IBinder>& o);
    explicit                BpRefBase(const sp<IBinder>& o);
    virtual                 ~BpRefBase();
    virtual void            onFirstRef();
    virtual void            onLastStrongRef(const void* id);
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ template<typename INTERFACE>
class BpInterface : public INTERFACE, public BpRefBase
{
public:
                                BpInterface(const sp<IBinder>& remote);
    explicit                    BpInterface(const sp<IBinder>& remote);

protected:
    virtual IBinder*            onAsBinder();