Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 271c3b74 authored by Tim Murray's avatar Tim Murray Committed by Android Git Automerger
Browse files

am b1c1518e: Merge "Remove old hidden API."

* commit 'b1c1518e':
  Remove old hidden API.
parents 9bad32c3 b1c1518e
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -410,14 +410,6 @@ public class Allocation extends BaseObj {
        Trace.traceEnd(RenderScript.TRACE_TAG);
        Trace.traceEnd(RenderScript.TRACE_TAG);
    }
    }


    /**
     * Delete once code is updated.
     * @hide
     */
    public void ioSendOutput() {
        ioSend();
    }

    /**
    /**
     * Receive the latest input into the Allocation. This operation
     * Receive the latest input into the Allocation. This operation
     * is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.
     * is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.