blob: 25d70c0599f6fcefab62973d2ea1097b6410b635 [file] [log] [blame]
#pragma once
#include "aidl/android/hardware/light/ILights.h"
#include <android/binder_ibinder.h>
namespace aidl {
namespace android {
namespace hardware {
namespace light {
class BnLights : public ::ndk::BnCInterface<ILights> {
public:
BnLights();
virtual ~BnLights();
::ndk::ScopedAStatus getInterfaceVersion(int32_t* _aidl_return) final;
::ndk::ScopedAStatus getInterfaceHash(std::string* _aidl_return) final;
protected:
::ndk::SpAIBinder createBinder() override;
private:
};
} // namespace light
} // namespace hardware
} // namespace android
} // namespace aidl