blob: 053010fdf43622c3a564ba40883ec9b4254a4a15 [file] [log] [blame]
/*
* Copyright (C) 2024 The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include <HalProxyAidl.h>
namespace aidl {
namespace android {
namespace hardware {
namespace sensors {
namespace implementation {
class HalProxySamsung : public HalProxyAidl {
ndk::ScopedAStatus getSensorsList(
std::vector<::aidl::android::hardware::sensors::SensorInfo>* _aidl_return) override;
};
} // namespace implementation
} // namespace sensors
} // namespace hardware
} // namespace android
} // namespace aidl