Searched refs:functions (Results 1 – 5 of 5) sorted by relevance
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 42 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods); in jniRegisterNativeMethods() 46 return jniThrowException(&env->functions, className, msg); in jniThrowException() 56 return jniThrowExceptionFmt(&env->functions, className, fmt, args); in jniThrowExceptionFmt() 61 return jniThrowNullPointerException(&env->functions, msg); in jniThrowNullPointerException() 65 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException() 69 return jniThrowIOException(&env->functions, errnum); in jniThrowIOException() 73 return jniCreateFileDescriptor(&env->functions, fd); in jniCreateFileDescriptor() 77 return jniGetFDFromFileDescriptor(&env->functions, fileDescriptor); in jniGetFDFromFileDescriptor() 81 jniSetFileDescriptorOfFD(&env->functions, fileDescriptor, value); in jniSetFileDescriptorOfFD() 85 return jniGetOwnerIdFromFileDescriptor(&env->functions, fileDescriptor); in jniGetOwnerIdFromFileDescriptor() [all …]
|
/libnativehelper/include_jni/ |
D | jni.h | 492 const struct JNINativeInterface* functions; member 497 { return functions->GetVersion(this); } in GetVersion() 501 { return functions->DefineClass(this, name, loader, buf, bufLen); } in DefineClass() 504 { return functions->FindClass(this, name); } in FindClass() 507 { return functions->FromReflectedMethod(this, method); } in FromReflectedMethod() 510 { return functions->FromReflectedField(this, field); } in FromReflectedField() 513 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); } in ToReflectedMethod() 516 { return functions->GetSuperclass(this, clazz); } in GetSuperclass() 519 { return functions->IsAssignableFrom(this, clazz1, clazz2); } in IsAssignableFrom() 522 { return functions->ToReflectedField(this, cls, fieldID, isStatic); } in ToReflectedField() [all …]
|
/libnativehelper/ |
D | README | 1 Support functions for Android's class libraries 4 These are VM-agnostic native functions that implement methods for system 11 Some helper functions are defined in include/nativehelper/JNIHelp.h.
|
/libnativehelper/tests/jni_gtest/base/nativehelper/ |
D | jni_gtest.h | 104 delete env->functions; in DestroyJNIEnv() 118 ret->functions = inf; in CreateMockedJNIEnv()
|
/libnativehelper/tests/ |
D | Android.bp | 13 // functions.
|