Home
last modified time | relevance | path

Searched refs:callJNISync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DMethodMetadata.h97 jni::local_ref<jobject> callJNISync(
H A DMethodMetadata.cpp255 jni::local_ref<jobject> MethodMetadata::callJNISync( in callJNISync() function in expo::MethodMetadata
294 auto result = this->callJNISync(env, rt, moduleRegistry, thisValue, args, count); in callSync()
H A DJavaScriptModuleObject.cpp184 auto result = constructor.callJNISync( in getJSIObject()