summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/Allocation.java
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2013-04-19 12:56:37 -0700
committerJason Sams <jsams@google.com>2013-04-19 12:56:37 -0700
commitf64cca905c45fcc74aacf78e6510e133385110cf (patch)
tree803d330c58dfe840a1dd3160a0e23fdc642e0067 /graphics/java/android/renderscript/Allocation.java
parent58156b4123acf92f2a03885136a3b6859801f000 (diff)
Updating API based on feedback
bug 8656887 This hides the methods used to support Camera Fixes the oversight in LaunchControl Documents some missing functions Change-Id: I5b19b65dd5ddf9917100192c180bb63d89c80679
Diffstat (limited to 'graphics/java/android/renderscript/Allocation.java')
-rw-r--r--graphics/java/android/renderscript/Allocation.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/java/android/renderscript/Allocation.java b/graphics/java/android/renderscript/Allocation.java
index 5d1990a4b85e..773328c069bf 100644
--- a/graphics/java/android/renderscript/Allocation.java
+++ b/graphics/java/android/renderscript/Allocation.java
@@ -1711,6 +1711,8 @@ public class Allocation extends BaseObj {
}
/**
+ * @hide
+ *
* Interface to handle notification when new buffers are
* available via USAGE_IO_INPUT. An application will receive
* one notification when a buffer is available. Additional
@@ -1722,6 +1724,8 @@ public class Allocation extends BaseObj {
}
/**
+ * @hide
+ *
* Set a notification handler for USAGE_IO_INPUT
*
* @param callback instance of the IoInputNotifier class to be called