blob: bdea7d3d8c9daa6344f1ae5ee8670b7c5a8df4b1 [file] [log] [blame]
// AUTO_GENERATED FILE - DO NOT EDIT
// see system/tools/hidl/templates/BpTemplate.h
#ifndef HIDL_GENERATED_android_hardware_tests_BN_Types_H_
#define HIDL_GENERATED_android_hardware_tests_BN_Types_H_
#include <hwbinder/IInterface.h>
//#include <android/hardware/tests/ITypes.h>
#include <ITypes.h>
namespace android {
namespace hardware {
namespace tests {
class BnTypes : public ::android::hardware::BnInterface<ITypes> {
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 BnTypes
} // namespace tests
} // namespace hardware
} // namespace android
#endif // HIDL_GENERATED_android_hardware_tests_BN_Types_H_