mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 07:50:05 +00:00
eqs: sensors: Make sensor run function virtual
Change-Id: Ie50900903bbf4a302baff084f229c37c5c324742
This commit is contained in:
committed by
SGCMarkus
parent
baf302a21a
commit
8902197c91
@@ -58,7 +58,7 @@ class Sensor {
|
||||
Result injectEvent(const Event& event);
|
||||
|
||||
protected:
|
||||
void run();
|
||||
virtual void run();
|
||||
virtual std::vector<Event> readEvents();
|
||||
static void startThread(Sensor* sensor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user