summaryrefslogtreecommitdiffstats
path: root/include/gui
diff options
context:
space:
mode:
authorAravind Akella <aakella@google.com>2015-04-24 19:40:50 -0700
committerAravind Akella <aakella@google.com>2015-04-24 19:54:46 -0700
commit579529130d5ef2f4164615ccfbbedfb140e5a43f (patch)
treee9fa2aa239ac0df8916d2d313c82a07fa79928d9 /include/gui
parentcc60dc2128a98f952beb187da22b28dcba0124ad (diff)
downloadframeworks_native-579529130d5ef2f4164615ccfbbedfb140e5a43f.zip
frameworks_native-579529130d5ef2f4164615ccfbbedfb140e5a43f.tar.gz
frameworks_native-579529130d5ef2f4164615ccfbbedfb140e5a43f.tar.bz2
Build fix change method signature of enableDataInjection.
Change-Id: I3927aec64f5a1555d2e5d07591fd04e7b3be5f09
Diffstat (limited to 'include/gui')
-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 19c2bdc..4cabf59 100644
--- a/include/gui/SensorManager.h
+++ b/include/gui/SensorManager.h
@@ -54,7 +54,7 @@ public:
ssize_t getSensorList(Sensor const* const** list) const;
Sensor const* getDefaultSensor(int type);
sp<SensorEventQueue> createEventQueue(String8 packageName = String8(""), int mode = 0);
- ssize_t enableDataInjection(bool enable);
+ status_t enableDataInjection(bool enable);
private:
// DeathRecipient interface