blob: 3ebeea54dbeb2e9a536971a3a1be5008b1a09234 [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>
#include <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_