blob: ecd51b9a460a45428408597edd0b505604803e20 [file] [log] [blame]
#ifndef AIDL_GENERATED_ANDROID_OS_BN_SERVICE_CALLBACK_H_
#define AIDL_GENERATED_ANDROID_OS_BN_SERVICE_CALLBACK_H_
#include <binder/IInterface.h>
#include <android/os/IServiceCallback.h>
namespace android {
namespace os {
class BnServiceCallback : public ::android::BnInterface<IServiceCallback> {
public:
explicit BnServiceCallback();
::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android::Parcel* _aidl_reply, uint32_t _aidl_flags) override;
}; // class BnServiceCallback
} // namespace os
} // namespace android
#endif // AIDL_GENERATED_ANDROID_OS_BN_SERVICE_CALLBACK_H_