Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/wrapper/enc/
DEncoderJNI.java18 private static native ByteBuffer nativePull(long[] context); in nativePull() method in EncoderJNI
89 return nativePull(context); in pull()
/external/brotli/java/org/brotli/wrapper/dec/
DDecoderJNI.java18 private static native ByteBuffer nativePull(long[] context); in nativePull() method in DecoderJNI
93 ByteBuffer result = nativePull(context); in pull()