blob: 354946cfd109517e5a3d90b949e234aa212625db [file] [log] [blame]
// AUTO_GENERATED FILE - DO NOT EDIT
// see system/tools/hidl/templates/BpTemplate.h
#ifndef HIDL_GENERATED_ANDROID_HARDWARE_TESTS_BP_TestService_H_
#define HIDL_GENERATED_ANDROID_HARDWARE_TESTS_BP_TestService_H_
#include <hwbinder/IBinder.h>
#include <hwbinder/IInterface.h>
#include <utils/Errors.h>
#include <android/hardware/tests/ITestService.h>
namespace android {
namespace hardware {
namespace tests {
class BpTestService : public ::android::hardware::BpInterface<ITestService> {
public:
explicit BpTestService(const ::android::sp<::android::hardware::IBinder>& _aidl_impl);
virtual ~BpTestService() = default;
::android::hardware::Status echoInteger(int32_t echo_me, const ITestService::simple_t *my_struct , ITestService::echoInteger_cb _cb ) override;
::android::hardware::Status shareBufferWithRef(hidl_ref<lots_of_data> buffer , ITestService::shareBufferWithRef_cb _cb ) override;
}; // class BpTestService
} // namespace tests
} // namespace hardware
} // namespace android
#endif // HIDL_GENERATED_ANDROID_HARDWARE_TESTS_BP_TestService_H_