Searched refs:callJNISync (Results 1 – 3 of 3) sorted by relevance
97 jni::local_ref<jobject> callJNISync(
255 jni::local_ref<jobject> MethodMetadata::callJNISync( in callJNISync() function in expo::MethodMetadata294 auto result = this->callJNISync(env, rt, moduleRegistry, thisValue, args, count); in callSync()
184 auto result = constructor.callJNISync( in getJSIObject()