| /* |
| * 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 |