blob: 85c04432ef2dd1b699e232222f54b863d89d7c67 [file] [log] [blame]
#pragma once
#include <binder/IInterface.h>
#include <android/aidl/tests/INamedCallback.h>
namespace android {
namespace aidl {
namespace tests {
class BnNamedCallback : public ::android::BnInterface<INamedCallback> {
public:
static constexpr uint32_t TRANSACTION_GetName = ::android::IBinder::FIRST_CALL_TRANSACTION + 0;
explicit BnNamedCallback();
::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint32_t _aidl_flags) override;
}; // class BnNamedCallback
} // namespace tests
} // namespace aidl
} // namespace android