summaryrefslogtreecommitdiffstats
path: root/include/gui/ISensorServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/ISensorServer.h')
-rw-r--r--include/gui/ISensorServer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gui/ISensorServer.h b/include/gui/ISensorServer.h
index e590ce9..3dca2a3 100644
--- a/include/gui/ISensorServer.h
+++ b/include/gui/ISensorServer.h
@@ -41,7 +41,6 @@ public:
virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName,
int mode, const String16& opPackageName) = 0;
virtual int32_t isDataInjectionEnabled() = 0;
- virtual status_t setSensorPhysicalData(const char* physicaldata) = 0;
};
// ----------------------------------------------------------------------------