Searched refs:functions (Results 1 – 5 of 5) sorted by relevance
/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/include/nativehelper/ |
D | JNIHelp.h | 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() [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 | 10 // functions.
|