Searched refs:nativePull (Results 1 – 2 of 2) sorted by relevance
18 private static native ByteBuffer nativePull(long[] context); in nativePull() method in EncoderJNI95 return nativePull(context); in pull()
18 private static native ByteBuffer nativePull(long[] context); in nativePull() method in DecoderJNI96 ByteBuffer result = nativePull(context); in pull()