blob: b4c0cb2dd3c2e7af9132d80cfcea154adfb030f9 [file] [log] [blame]
#ifndef AIDL_GENERATED_FOO_BP_FOO_H_
#define AIDL_GENERATED_FOO_BP_FOO_H_
#include <binder/IBinder.h>
#include <binder/IInterface.h>
#include <foo/IFoo.h>
#include <utils/Errors.h>
namespace foo {
class BpFoo : public ::android::BpInterface<IFoo> {
public:
explicit BpFoo(const ::android::sp<::android::IBinder>& _aidl_impl);
virtual ~BpFoo() = default;
::android::binder::Status add(int32_t a, int32_t b,
int32_t* _aidl_return) override;
}; // class BpFoo
} // namespace foo
#endif // AIDL_GENERATED_FOO_BP_FOO_H_