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