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

Commit c9c984ac authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "binder: ndk: add asBinderReference method to BpCInterface" into main am: 0b3be83f

parents 53e86203 0b3be83f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -225,6 +225,8 @@ class BpCInterface : public INTERFACE {

    SpAIBinder asBinder() override final;

    const SpAIBinder& asBinderReference() { return mBinder; }

    bool isRemote() override final { return AIBinder_isRemote(mBinder.get()); }

    binder_status_t dump(int fd, const char** args, uint32_t numArgs) override {