blob: 2b962647c6b9f15a04478f02f558b952c925c118 [file] [log] [blame]
// SECTION bn_h
// START file
// AUTO_GENERATED FILE - DO NOT EDIT
// see system/tools/hidl/templates/BpTemplate.h
#ifndef HIDL_GENERATED_namespace_underscores_BN_header_guard_H_
#define HIDL_GENERATED_namespace_underscores_BN_header_guard_H_
#include <hwbinder/IInterface.h>
//#include <namespace_slashes/Ipackage_name.h>
#include <Ipackage_name.h>
// START namespace_open_section
namespace namespace_name {//ALL namespace_open_line
//END namespace_open_section
class Bnpackage_name : public ::android::hardware::BnInterface<Ipackage_name> {
public:
::android::status_t onTransact(uint32_t _aidl_code, const ::android::hardware::Parcel& _aidl_data, ::android::hardware::Parcel* _aidl_reply, uint32_t _aidl_flags = 0, TransactCallback _callback = nullptr) override;
}; // class Bnpackage_name
// START namespace_close_section
} // namespace namespace_name //ALL namespace_close_line
//END namespace_close_section
#endif // HIDL_GENERATED_namespace_underscores_BN_header_guard_H_
// END file