| #ifndef AIDL_GENERATED_FOO_BN_FOO_H_ | |
| #define AIDL_GENERATED_FOO_BN_FOO_H_ | |
| #include <binder/IInterface.h> | |
| #include <foo/IFoo.h> | |
| namespace foo { | |
| class BnFoo : public ::android::BnInterface<IFoo> { | |
| public: | |
| ::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint32_t _aidl_flags = 0) override; | |
| }; // class BnFoo | |
| } // namespace foo | |
| #endif // AIDL_GENERATED_FOO_BN_FOO_H_ |