summaryrefslogtreecommitdiffstats
path: root/include/android
diff options
context:
space:
mode:
authorEtienne Le Grand <etn@google.com>2014-04-05 09:06:00 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-05 09:06:00 +0000
commit75b332037f6197acb239bfbbf2ac09adb31e9971 (patch)
treeca355aad8603eab2e232c2aca4e2f83040cf60eb /include/android
parent00f4dde1aa88576811bca79bc8242e1fc1edb333 (diff)
parent4369a4ebd5ae7567e7075bc82830b83178099ed5 (diff)
downloadframeworks_native-75b332037f6197acb239bfbbf2ac09adb31e9971.zip
frameworks_native-75b332037f6197acb239bfbbf2ac09adb31e9971.tar.gz
frameworks_native-75b332037f6197acb239bfbbf2ac09adb31e9971.tar.bz2
am 4369a4eb: Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors"
* commit '4369a4ebd5ae7567e7075bc82830b83178099ed5': Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors"
Diffstat (limited to 'include/android')
-rw-r--r--include/android/sensor.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/android/sensor.h b/include/android/sensor.h
index b4e7ebe..129ea3e 100644
--- a/include/android/sensor.h
+++ b/include/android/sensor.h
@@ -281,28 +281,6 @@ float ASensor_getResolution(ASensor const* sensor);
*/
int ASensor_getMinDelay(ASensor const* sensor);
-/*
- * Returns the maximum size of batches for this sensor. Batches will often be
- * smaller, as the hardware fifo might be used for other sensors.
- */
-int ASensor_getFifoMaxEventCount(ASensor const* sensor);
-
-/*
- * Returns the hardware batch fifo size reserved to this sensor.
- */
-int ASensor_getFifoReservedEventCount(ASensor const* sensor);
-
-/*
- * Returns this sensor's string type.
- */
-const char* ASensor_getStringType(ASensor const* sensor);
-
-/*
- * Returns the permission required to see or access this sensor, or the
- * empty string if none is required.
- */
-const char* ASensor_getRequiredPermission(ASensor const* sensor);
-
#ifdef __cplusplus
};