Searched refs:nativePush (Results 1 - 2 of 2) sorted by relevance

/external/brotli/java/org/brotli/wrapper/dec/
H A DDecoderJNI.java17 private static native void nativePush(long[] context, int length); method in class:DecoderJNI
55 nativePush(context, length);
/external/brotli/java/org/brotli/wrapper/enc/
H A DEncoderJNI.java17 private static native void nativePush(long[] context, int length); method in class:EncoderJNI
59 nativePush(context, length);

Completed in 162 milliseconds