Home
last modified time | relevance | path

Searched refs:CallByteMethod (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_display_DisplayViewport.cpp77 viewport->physicalPort = std::make_optional(env->CallByteMethod(physicalPort, byteValue)); in android_hardware_display_DisplayViewport_toNative()
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h205 jbyte (*CallByteMethod)(JNIEnv*, jobject, jmethodID, ...); member
/aosp12/libnativehelper/include_jni/
H A Djni.h205 jbyte (*CallByteMethod)(JNIEnv*, jobject, jmethodID, ...); member
/aosp12/art/runtime/jni/
H A Djni_internal.cc986 static jbyte CallByteMethod(JNIEnv* env, jobject obj, jmethodID mid, ...) { in CallByteMethod() function in art::JNI
2965 JNIImpl::CallByteMethod,
H A Dcheck_jni.cc3861 CheckJNI::CallByteMethod,