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