summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBen Fennema <fennema@google.com>2015-12-02 01:04:40 +0000
committerBen Fennema <fennema@google.com>2015-12-02 01:04:40 +0000
commit8c3e55f4149deda3ec7c7a67fda81216d5f9af25 (patch)
treef7c2461a67757d4865e60541ed911ffc4d48f5fe /include
parentd4db70a7b8b2d136c46c50f89b276f8150be5fc2 (diff)
downloadframeworks_native-8c3e55f4149deda3ec7c7a67fda81216d5f9af25.zip
frameworks_native-8c3e55f4149deda3ec7c7a67fda81216d5f9af25.tar.gz
frameworks_native-8c3e55f4149deda3ec7c7a67fda81216d5f9af25.tar.bz2
Revert "DO NOT MERGE ANYWHERE Add new interface for sensor physical data"
This reverts commit d4db70a7b8b2d136c46c50f89b276f8150be5fc2. Change-Id: Ifb52d5595970a5178e12c2a90da4aac0e38f5942
Diffstat (limited to 'include')
-rw-r--r--include/gui/ISensorServer.h1
-rw-r--r--include/gui/SensorManager.h2
2 files changed, 1 insertions, 2 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;
};
// ----------------------------------------------------------------------------
diff --git a/include/gui/SensorManager.h b/include/gui/SensorManager.h
index 2b07ca7..0cff46c 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();