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

Commit 49d94f2a authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Use IBase instead of IBinder for interface keyword.

am: ebcc3328

Change-Id: I3edcf00ad5963e3b12605269dedebac4159464f6
parents a7462e5d ebcc3328
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -123,7 +123,7 @@ Return<void> Bar::haveAVectorOfInterfaces(
}
}


Return<void> Bar::haveAVectorOfGenericInterfaces(
Return<void> Bar::haveAVectorOfGenericInterfaces(
        const hidl_vec<sp<android::hardware::IBinder> > &in,
        const hidl_vec<sp<android::hidl::base::V1_0::IBase> > &in,
        haveAVectorOfGenericInterfaces_cb _hidl_cb) {
        haveAVectorOfGenericInterfaces_cb _hidl_cb) {
    _hidl_cb(in);
    _hidl_cb(in);


+1 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,7 @@ struct Bar : public IBar {
            haveAVectorOfInterfaces_cb _hidl_cb) override;
            haveAVectorOfInterfaces_cb _hidl_cb) override;


    Return<void> haveAVectorOfGenericInterfaces(
    Return<void> haveAVectorOfGenericInterfaces(
            const hidl_vec<sp<android::hardware::IBinder> > &in,
            const hidl_vec<sp<android::hidl::base::V1_0::IBase> > &in,
            haveAVectorOfGenericInterfaces_cb _hidl_cb) override;
            haveAVectorOfGenericInterfaces_cb _hidl_cb) override;


    Return<void> echoNullInterface(const sp<IFooCallback> &cb, echoNullInterface_cb _hidl_cb) override;
    Return<void> echoNullInterface(const sp<IFooCallback> &cb, echoNullInterface_cb _hidl_cb) override;
+1 −1
Original line number Original line Diff line number Diff line
@@ -310,7 +310,7 @@ Return<void> Foo::haveAVectorOfInterfaces(
}
}


Return<void> Foo::haveAVectorOfGenericInterfaces(
Return<void> Foo::haveAVectorOfGenericInterfaces(
        const hidl_vec<sp<android::hardware::IBinder> > &in,
        const hidl_vec<sp<android::hidl::base::V1_0::IBase> > &in,
        haveAVectorOfGenericInterfaces_cb _hidl_cb) {
        haveAVectorOfGenericInterfaces_cb _hidl_cb) {
    _hidl_cb(in);
    _hidl_cb(in);
    return Void();
    return Void();
+1 −1
Original line number Original line Diff line number Diff line
@@ -54,7 +54,7 @@ struct Foo : public IFoo {
            haveAVectorOfInterfaces_cb _hidl_cb) override;
            haveAVectorOfInterfaces_cb _hidl_cb) override;


    Return<void> haveAVectorOfGenericInterfaces(
    Return<void> haveAVectorOfGenericInterfaces(
            const hidl_vec<sp<android::hardware::IBinder> > &in,
            const hidl_vec<sp<android::hidl::base::V1_0::IBase> > &in,
            haveAVectorOfGenericInterfaces_cb _hidl_cb) override;
            haveAVectorOfGenericInterfaces_cb _hidl_cb) override;


    Return<void> echoNullInterface(const sp<IFooCallback> &cb, echoNullInterface_cb _hidl_cb) override;
    Return<void> echoNullInterface(const sp<IFooCallback> &cb, echoNullInterface_cb _hidl_cb) override;