Searched defs:nativeWrite (Results 1 – 3 of 3) sorted by relevance
66 private native long nativeWrite(long size); in nativeWrite() method in DvrRecorder67 private native long nativeWrite(byte[] bytes, long offset, long size); in nativeWrite() method in DvrRecorder
363 private static native void nativeWrite(long documentPtr, int fd); in nativeWrite() method in PdfEditor
94 static void nativeWrite(JNIEnv* env, jclass thiz, jlong documentPtr, jint fd) { in nativeWrite() function