blob: d9ba90efcb9e9fcccc5f4e19852f07f6b073d782 [file] [log] [blame]
#pragma once
#include <binder/IBinder.h>
#include <binder/IInterface.h>
#include <utils/Errors.h>
#include <android/aidl/tests/INewName.h>
namespace android {
namespace aidl {
namespace tests {
class BpNewName : public ::android::BpInterface<INewName> {
public:
explicit BpNewName(const ::android::sp<::android::IBinder>& _aidl_impl);
virtual ~BpNewName() = default;
::android::binder::Status RealName(::android::String16* _aidl_return) override;
}; // class BpNewName
} // namespace tests
} // namespace aidl
} // namespace android