sm8450-common: sensors: Add aod notifier
Change-Id: I2ba35d7b7db4e6922d83f041497fe66bf52124cb
This commit is contained in:
18
sensors/notifiers/AodNotifier.h
Normal file
18
sensors/notifiers/AodNotifier.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Copyright (C) 2024 The LineageOS Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "SensorNotifier.h"
|
||||
|
||||
class AodNotifier : public SensorNotifier {
|
||||
public:
|
||||
AodNotifier(sp<ISensorManager> manager);
|
||||
~AodNotifier();
|
||||
|
||||
protected:
|
||||
void notify();
|
||||
};
|
Reference in New Issue
Block a user