Revert "eqs: sensors: Create input event polling one shot sensor"

This reverts commit 19f1c1d6f0.
This commit is contained in:
Cosmin Tanislav
2023-01-14 01:13:50 +02:00
parent ba5cfd5c43
commit 616fd9ae2b
8 changed files with 12 additions and 239 deletions

View File

@@ -32,9 +32,7 @@ namespace implementation {
using ::android::hardware::Void;
using ::android::hardware::sensors::V2_0::implementation::ScopedWakelock;
SensorsSubHal::SensorsSubHal() : mCallback(nullptr), mNextHandle(1) {
AddSensor<InputEventDT2WSensor>();
}
SensorsSubHal::SensorsSubHal() : mCallback(nullptr), mNextHandle(1) {}
Return<void> SensorsSubHal::getSensorsList_2_1(ISensors::getSensorsList_2_1_cb _hidl_cb) {
std::vector<SensorInfo> sensors;