Home
last modified time | relevance | path

Searched defs:jclass (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp53 static void throwException(JNIEnv* env, jclass /*clazz*/, jstring className, jstring message) { in throwException() argument
60 jclass /*clazz*/, in throwExceptionWithIntFormat() argument
70 jclass /*clazz*/, in throwNullPointerException() argument
76 static void throwRuntimeException(JNIEnv* env, jclass /*clazz*/, jstring message) { in throwRuntimeException() argument
81 static void throwIOException(JNIEnv* env, jclass /*clazz*/, jint cause) { in throwIOException() argument
85 static void logException(JNIEnv* env, jclass /*clazz*/, jthrowable throwable) { in logException() argument
89 static jobject fileDescriptorCreate(JNIEnv* env, jclass /*clazz*/, jint unix_fd) { in fileDescriptorCreate() argument
93 static jint fileDescriptorGetFD(JNIEnv* env, jclass /*clazz*/, jobject jiofd) { in fileDescriptorGetFD() argument
97 static jint fileDescriptorGetFDCompatQR(JNIEnv* env, jclass /*clazz*/, jobject jiofd) { in fileDescriptorGetFDCompatQR() argument
104 static void fileDescriptorSetFD(JNIEnv* env, jclass /*clazz*/, jobject jiofd, jint unix_fd) { in fileDescriptorSetFD() argument
[all …]
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp893 static jlong android_os_Parcel_setDataSize(JNIEnv*, jclass, jlong, jint) { return 0; } in android_os_Parcel_setDataSize() argument
895 static void android_os_Parcel_setDataCapacity(JNIEnv*, jclass, jlong, jint) {} in android_os_Parcel_setDataCapacity() argument
898 static void android_os_Parcel_writeByteArray(JNIEnv*, jclass, jlong, jbyteArray, jint, jint) {} in android_os_Parcel_writeByteArray() argument
900 static void android_os_Parcel_writeBlob(JNIEnv*, jclass, jlong, jbyteArray, jint, jint) {} in android_os_Parcel_writeBlob() argument
901 static void android_os_Parcel_writeInt(JNIEnv*, jclass, jlong, jint) {} in android_os_Parcel_writeInt() argument
/libnativehelper/include_jni/
Djni.h62 typedef _jclass* jclass; typedef
84 typedef jobject jclass; typedef