/* * Copyright (C) 2024 The LineageOS Project * * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include #include "SensorNotifier.h" using android::sp; using android::frameworks::sensorservice::V1_0::ISensorManager; class SensorNotifierExt { public: SensorNotifierExt(sp manager); std::vector> mNotifiers; };