summaryrefslogtreecommitdiffstats
path: root/include/gui/SensorManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/SensorManager.h')
-rw-r--r--include/gui/SensorManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/SensorManager.h b/include/gui/SensorManager.h
index 0cff46c..2b07ca7 100644
--- a/include/gui/SensorManager.h
+++ b/include/gui/SensorManager.h
@@ -58,7 +58,7 @@ public:
Sensor const* getDefaultSensor(int type);
sp<SensorEventQueue> createEventQueue(String8 packageName = String8(""), int mode = 0);
bool isDataInjectionEnabled();
-
+ bool SetPhysicalData(const char* data);
private:
// DeathRecipient interface
void sensorManagerDied();