Home
last modified time | relevance | path

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

/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp33 static void throwException(JNIEnv* env, jclass /*clazz*/, jstring className, jstring message) { in throwException() argument
40 jclass /*clazz*/, in throwExceptionWithIntFormat() argument
50 jclass /*clazz*/, in throwNullPointerException() argument
56 static void throwRuntimeException(JNIEnv* env, jclass /*clazz*/, jstring message) { in throwRuntimeException() argument
61 static void throwIOException(JNIEnv* env, jclass /*clazz*/, jint cause) { in throwIOException() argument
65 static void throwErrnoException(JNIEnv* env, jclass /*clazz*/, jstring functionName, jint cause) { in throwErrnoException() argument
70 static void logException(JNIEnv* env, jclass /*clazz*/, jthrowable throwable) { in logException() argument
74 static jobject fileDescriptorCreate(JNIEnv* env, jclass /*clazz*/, jint unix_fd) { in fileDescriptorCreate() argument
78 static jint fileDescriptorGetFD(JNIEnv* env, jclass /*clazz*/, jobject jiofd) { in fileDescriptorGetFD() argument
82 static void fileDescriptorSetFD(JNIEnv* env, jclass /*clazz*/, jobject jiofd, jint unix_fd) { in fileDescriptorSetFD() argument
[all …]
/libnativehelper/header_only_include/nativehelper/
Dutils.h57 operator jclass() const { return nullptr; } in jclass() function
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp881 static jlong android_os_Parcel_setDataSize(JNIEnv*, jclass, jlong, jint) { return 0; } in android_os_Parcel_setDataSize() argument
883 static void android_os_Parcel_setDataCapacity(JNIEnv*, jclass, jlong, jint) {} in android_os_Parcel_setDataCapacity() argument
886 static void android_os_Parcel_writeByteArray(JNIEnv*, jclass, jlong, jbyteArray, jint, jint) {} in android_os_Parcel_writeByteArray() argument
888 static void android_os_Parcel_writeBlob(JNIEnv*, jclass, jlong, jbyteArray, jint, jint) {} in android_os_Parcel_writeBlob() argument
889 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