blob: a25dd284bba1a696bd84fb90064584f4ab9549ff [file] [log] [blame]
#ifndef AIDL_GENERATED_FOO_I_FOO_H_
#define AIDL_GENERATED_FOO_I_FOO_H_
#include <binder/IBinder.h>
#include <binder/IInterface.h>
#include <binder/Status.h>
#include <cstdint>
#include <utils/StrongPointer.h>
namespace foo {
class IFoo : public ::android::IInterface {
public:
DECLARE_META_INTERFACE(Foo)
virtual ::android::binder::Status add(int32_t a, int32_t b, int32_t* _aidl_return) = 0;
enum Call {
ADD = ::android::IBinder::FIRST_CALL_TRANSACTION + 0,
};
}; // class IFoo
} // namespace foo
#endif // AIDL_GENERATED_FOO_I_FOO_H_