blob: bdabc2d1091c78463311b5b66295ee20ca0f43bd [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 <utils/StrongPointer.h>
#include <cstdint>
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_