Home
last modified time | relevance | path

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

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