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

Commit c4910bb7 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...

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

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3212142



Change-Id: I4f5c36c1a4d51430230097368e762392a0e413e0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 41b69648 c9c984ac
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 {