Loading graphics/java/android/renderscript/Allocation.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1732,7 +1732,7 @@ public class Allocation extends BaseObj { /** /** * Set a notification handler for USAGE_IO_INPUT * Set a notification handler for USAGE_IO_INPUT * * * @param instance of the IoInputNotifier class to be called * @param callback instance of the IoInputNotifier class to be called * when buffer arrive. * when buffer arrive. */ */ public void setIoInputNotificationHandler(IoInputNotifier callback) { public void setIoInputNotificationHandler(IoInputNotifier callback) { Loading Loading
graphics/java/android/renderscript/Allocation.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1732,7 +1732,7 @@ public class Allocation extends BaseObj { /** /** * Set a notification handler for USAGE_IO_INPUT * Set a notification handler for USAGE_IO_INPUT * * * @param instance of the IoInputNotifier class to be called * @param callback instance of the IoInputNotifier class to be called * when buffer arrive. * when buffer arrive. */ */ public void setIoInputNotificationHandler(IoInputNotifier callback) { public void setIoInputNotificationHandler(IoInputNotifier callback) { Loading