Searched refs:jbyte (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/include/nativehelper/ |
D | jni.h | 35 typedef int8_t jbyte; /* signed 8 bits */ typedef 44 typedef signed char jbyte; /* signed 8 bits */ typedef 125 jbyte b; 171 jclass (*DefineClass)(JNIEnv*, const char*, jobject, const jbyte*, 219 jbyte (*CallByteMethod)(JNIEnv*, jobject, jmethodID, ...); 220 jbyte (*CallByteMethodV)(JNIEnv*, jobject, jmethodID, va_list); 221 jbyte (*CallByteMethodA)(JNIEnv*, jobject, jmethodID, jvalue*); 256 jbyte (*CallNonvirtualByteMethod)(JNIEnv*, jobject, jclass, 258 jbyte (*CallNonvirtualByteMethodV)(JNIEnv*, jobject, jclass, 260 jbyte (*CallNonvirtualByteMethodA)(JNIEnv*, jobject, jclass, [all …]
|
/libnativehelper/ |
D | JNIHelp.cpp | 375 extern "C" jbyte* jniGetNonMovableArrayElements(C_JNIEnv* env, jarray arrayObj) { in jniGetNonMovableArrayElements() 385 … jbyte* result = (*env)->GetByteArrayElements(e, byteArray, reinterpret_cast<jboolean*>(&noCopy)); in jniGetNonMovableArrayElements() 391 (*env)->ReleaseByteArrayElements(e, byteArray, reinterpret_cast<jbyte*>(kNoCopyMagic), 0); in jniGetNonMovableArrayElements()
|