blob: d84da8a1957860b45d3ad05a952bb5516ff16f2f [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 <utils/Errors.h>
#include <foo/IFoo.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_