Loading tests/bar/1.0/default/Bar.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ Return<void> Bar::haveAVectorOfInterfaces( } 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) { _hidl_cb(in); Loading tests/bar/1.0/default/Bar.h +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ struct Bar : public IBar { haveAVectorOfInterfaces_cb _hidl_cb) override; 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; Return<void> echoNullInterface(const sp<IFooCallback> &cb, echoNullInterface_cb _hidl_cb) override; Loading tests/foo/1.0/default/Foo.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -310,7 +310,7 @@ Return<void> Foo::haveAVectorOfInterfaces( } 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) { _hidl_cb(in); return Void(); Loading tests/foo/1.0/default/Foo.h +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ struct Foo : public IFoo { haveAVectorOfInterfaces_cb _hidl_cb) override; 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; Return<void> echoNullInterface(const sp<IFooCallback> &cb, echoNullInterface_cb _hidl_cb) override; Loading Loading
tests/bar/1.0/default/Bar.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ Return<void> Bar::haveAVectorOfInterfaces( } 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) { _hidl_cb(in); Loading
tests/bar/1.0/default/Bar.h +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ struct Bar : public IBar { haveAVectorOfInterfaces_cb _hidl_cb) override; 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; Return<void> echoNullInterface(const sp<IFooCallback> &cb, echoNullInterface_cb _hidl_cb) override; Loading
tests/foo/1.0/default/Foo.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -310,7 +310,7 @@ Return<void> Foo::haveAVectorOfInterfaces( } 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) { _hidl_cb(in); return Void(); Loading
tests/foo/1.0/default/Foo.h +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ struct Foo : public IFoo { haveAVectorOfInterfaces_cb _hidl_cb) override; 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; Return<void> echoNullInterface(const sp<IFooCallback> &cb, echoNullInterface_cb _hidl_cb) override; Loading