Searched refs:allowBufferHandleOutput (Results 1 – 2 of 2) sorted by relevance
85 if (options.allowBufferHandleOutput != null) { in init()86 allowBufferHandleOutput(interpreterHandle, options.allowBufferHandleOutput.booleanValue()); in init()587 private static native void allowBufferHandleOutput(long interpreterHandle, boolean allow); in allowBufferHandleOutput() method in NativeInterpreterWrapper
142 this.allowBufferHandleOutput = allow; in setAllowBufferHandleOutput()185 Boolean allowBufferHandleOutput; field in Interpreter.Options