Lines Matching refs:functions
195 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods); in jniRegisterNativeMethods()
199 return jniThrowException(&env->functions, className, msg); in jniThrowException()
209 return jniThrowExceptionFmt(&env->functions, className, fmt, args); in jniThrowExceptionFmt()
214 return jniThrowNullPointerException(&env->functions, msg); in jniThrowNullPointerException()
218 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException()
222 return jniThrowIOException(&env->functions, errnum); in jniThrowIOException()
226 return jniCreateFileDescriptor(&env->functions, fd); in jniCreateFileDescriptor()
230 return jniGetFDFromFileDescriptor(&env->functions, fileDescriptor); in jniGetFDFromFileDescriptor()
234 jniSetFileDescriptorOfFD(&env->functions, fileDescriptor, value); in jniSetFileDescriptorOfFD()
238 return jniGetOwnerIdFromFileDescriptor(&env->functions, fileDescriptor); in jniGetOwnerIdFromFileDescriptor()
242 return jniGetNioBufferBaseArray(&env->functions, nioBuffer); in jniGetNioBufferBaseArray()
246 return jniGetNioBufferBaseArrayOffset(&env->functions, nioBuffer); in jniGetNioBufferBaseArrayOffset()
251 return jniGetNioBufferFields(&env->functions, nioBuffer, in jniGetNioBufferFields()
256 return jniGetNioBufferPointer(&env->functions, nioBuffer); in jniGetNioBufferPointer()
260 return jniGetReferent(&env->functions, ref); in jniGetReferent()
264 return jniCreateString(&env->functions, unicodeChars, len); in jniCreateString()
268 return jniCreateString(&env->functions, reinterpret_cast<const jchar*>(unicodeChars), len); in jniCreateString()
272 jniLogException(&env->functions, priority, tag, exception);