| /expo/android/vendored/sdk48/react-native-reanimated/android/src/main/cpp/ |
| H A D | NativeProxy.cpp | 41 : javaPart_(jni::make_global(jThis)), in NativeProxy() 111 javaPart_->getClass() in installJSIBindings() 273 javaPart_->getClass() in requestRender() 277 javaPart_.get(), in requestRender() 287 javaPart_.get(), in registerEventHandler() 295 auto method = javaPart_->getClass() in updateProps() 337 javaPart_.get(), in registerSensor() 344 method(javaPart_.get(), sensorId); in unregisterSensor() 357 auto method = javaPart_->getClass() in configureProps() 362 javaPart_.get(), in configureProps() [all …]
|
| H A D | LayoutAnimations.cpp | 9 : javaPart_(jni::make_global(jThis)) {} in LayoutAnimations() 70 javaPart_->getClass() in notifyAboutProgress() 74 javaPart_.get(), in notifyAboutProgress() 82 javaPart_->getClass()->getMethod<void(int, int)>("notifyAboutEnd"); in notifyAboutEnd() 83 method(javaPart_.get(), tag, cancelled); in notifyAboutEnd()
|
| H A D | AndroidScheduler.cpp | 35 : javaPart_(jni::make_global(jThis)), in AndroidScheduler() 48 static auto method = javaPart_->getClass()->getMethod<void()>("scheduleOnUI"); in scheduleOnUI() 49 method(javaPart_.get()); in scheduleOnUI()
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/src/main/cpp/ |
| H A D | NativeProxy.cpp | 36 : javaPart_(jni::make_global(jThis)), in NativeProxy() 106 javaPart_->getClass() in installJSIBindings() 265 javaPart_->getClass() in requestRender() 269 javaPart_.get(), in requestRender() 279 javaPart_.get(), in registerEventHandler() 287 auto method = javaPart_->getClass() in updateProps() 329 javaPart_.get(), in registerSensor() 336 method(javaPart_.get(), sensorId); in unregisterSensor() 349 auto method = javaPart_->getClass() in configureProps() 354 javaPart_.get(), in configureProps() [all …]
|
| H A D | LayoutAnimations.cpp | 9 : javaPart_(jni::make_global(jThis)) {} in LayoutAnimations() 70 javaPart_->getClass() in notifyAboutProgress() 74 javaPart_.get(), in notifyAboutProgress() 82 javaPart_->getClass()->getMethod<void(int, int)>("notifyAboutEnd"); in notifyAboutEnd() 83 method(javaPart_.get(), tag, cancelled); in notifyAboutEnd()
|
| H A D | AndroidScheduler.cpp | 35 : javaPart_(jni::make_global(jThis)), in AndroidScheduler() 48 static auto method = javaPart_->getClass()->getMethod<void()>("scheduleOnUI"); in scheduleOnUI() 49 method(javaPart_.get()); in scheduleOnUI()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/android/cpp/jni/ |
| H A D | JniPlatformContext.cpp | 81 static auto method = javaPart_->getClass()->getMethod<jobject(int)>( in takeScreenshotFromViewTag() 84 auto bitmap = method(javaPart_.get(), tag).release(); in takeScreenshotFromViewTag() 117 javaPart_->getClass()->getMethod<void(void)>("beginDrawLoop"); in startDrawLoop() 118 method(javaPart_.get()); in startDrawLoop() 125 javaPart_->getClass()->getMethod<void(void)>("endDrawLoop"); in stopDrawLoop() 126 method(javaPart_.get()); in stopDrawLoop() 140 static auto method = javaPart_->getClass()->getMethod<void(void)>( in runTaskOnMainThread() 142 method(javaPart_.get()); in runTaskOnMainThread() 170 auto array = method(javaPart_.get(), jstr); in performStreamOperation() 215 javaPart_->getClass()->getMethod<void(std::string)>("raise"); in raiseError() [all …]
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/android/cpp/jni/ |
| H A D | JniPlatformContext.cpp | 81 static auto method = javaPart_->getClass()->getMethod<jobject(int)>( in takeScreenshotFromViewTag() 84 auto bitmap = method(javaPart_.get(), tag).release(); in takeScreenshotFromViewTag() 117 javaPart_->getClass()->getMethod<void(void)>("beginDrawLoop"); in startDrawLoop() 118 method(javaPart_.get()); in startDrawLoop() 125 javaPart_->getClass()->getMethod<void(void)>("endDrawLoop"); in stopDrawLoop() 126 method(javaPart_.get()); in stopDrawLoop() 140 static auto method = javaPart_->getClass()->getMethod<void(void)>( in runTaskOnMainThread() 142 method(javaPart_.get()); in runTaskOnMainThread() 170 auto array = method(javaPart_.get(), jstr); in performStreamOperation() 215 javaPart_->getClass()->getMethod<void(std::string)>("raise"); in raiseError() [all …]
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/android/cpp/jni/ |
| H A D | JniPlatformContext.cpp | 38 static auto method = javaPart_->getClass()->getMethod<void(void)>("beginDrawLoop"); in startDrawLoop() 39 method(javaPart_.get()); in startDrawLoop() 46 static auto method = javaPart_->getClass()->getMethod<void(void)>("endDrawLoop"); in stopDrawLoop() 47 method(javaPart_.get()); in stopDrawLoop() 79 static auto method = javaPart_->getClass()->getMethod<jbyteArray(jstring)>( in performStreamOperation() 89 auto array = method(javaPart_.get(), jstr); in performStreamOperation() 138 static auto method = javaPart_->getClass()->getMethod<void(std::string)>("raise"); in raiseError() 139 method(javaPart_.get(), std::string(err.what())); in raiseError()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/android/cpp/jni/ |
| H A D | JniPlatformContext.cpp | 38 javaPart_->getClass()->getMethod<void(void)>("beginDrawLoop"); in startDrawLoop() 39 method(javaPart_.get()); in startDrawLoop() 46 javaPart_->getClass()->getMethod<void(void)>("endDrawLoop"); in stopDrawLoop() 47 method(javaPart_.get()); in stopDrawLoop() 72 static auto method = javaPart_->getClass()->getMethod<jbyteArray(jstring)>( in performStreamOperation() 81 auto array = method(javaPart_.get(), jstr); in performStreamOperation() 126 javaPart_->getClass()->getMethod<void(std::string)>("raise"); in raiseError() 127 method(javaPart_.get(), std::string(err.what())); in raiseError()
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/ |
| H A D | LayoutAnimations.cpp | 9 : javaPart_(jni::make_global(jThis)) {} in LayoutAnimations() 33 javaPart_->getClass() in progressLayoutAnimation() 36 method(javaPart_.get(), tag, updates.get(), isSharedTransition); in progressLayoutAnimation() 44 javaPart_->getClass()->getMethod<void(int, bool, bool)>( in endLayoutAnimation() 46 method(javaPart_.get(), tag, cancelled, removeView); in endLayoutAnimation()
|
| H A D | AndroidScheduler.cpp | 35 : javaPart_(jni::make_global(jThis)), in AndroidScheduler() 48 static auto method = javaPart_->getClass()->getMethod<void()>("scheduleOnUI"); in scheduleOnUI() 49 method(javaPart_.get()); in scheduleOnUI()
|
| H A D | NativeProxy.cpp | 44 : javaPart_(jni::make_global(jThis)), in NativeProxy() 186 javaPart_.get(), in requestRender() 195 javaPart_.get(), in registerEventHandler() 201 method(javaPart_.get()); in maybeFlushUIUpdatesQueue() 229 javaPart_.get(), in configureProps() 291 method(javaPart_.get(), tag, uiProps); in synchronouslyUpdateUIProps() 303 javaPart_.get(), in registerSensor() 310 method(javaPart_.get(), sensorId); in unregisterSensor() 325 javaPart_.get(), in subscribeForKeyboardEvents() 335 method(javaPart_.get(), listenerId); in unsubscribeFromKeyboardEvents() [all …]
|
| /expo/android/vendored/sdk49/react-native-reanimated/android/src/main/cpp/ |
| H A D | LayoutAnimations.cpp | 9 : javaPart_(jni::make_global(jThis)) {} in LayoutAnimations() 33 javaPart_->getClass() in progressLayoutAnimation() 36 method(javaPart_.get(), tag, updates.get(), isSharedTransition); in progressLayoutAnimation() 44 javaPart_->getClass()->getMethod<void(int, bool, bool)>( in endLayoutAnimation() 46 method(javaPart_.get(), tag, cancelled, removeView); in endLayoutAnimation()
|
| H A D | AndroidScheduler.cpp | 35 : javaPart_(jni::make_global(jThis)), in AndroidScheduler() 48 static auto method = javaPart_->getClass()->getMethod<void()>("scheduleOnUI"); in scheduleOnUI() 49 method(javaPart_.get()); in scheduleOnUI()
|
| H A D | NativeProxy.cpp | 44 : javaPart_(jni::make_global(jThis)), in NativeProxy() 186 javaPart_.get(), in requestRender() 195 javaPart_.get(), in registerEventHandler() 201 method(javaPart_.get()); in maybeFlushUIUpdatesQueue() 229 javaPart_.get(), in configureProps() 291 method(javaPart_.get(), tag, uiProps); in synchronouslyUpdateUIProps() 303 javaPart_.get(), in registerSensor() 310 method(javaPart_.get(), sensorId); in unregisterSensor() 325 javaPart_.get(), in subscribeForKeyboardEvents() 335 method(javaPart_.get(), listenerId); in unsubscribeFromKeyboardEvents() [all …]
|
| H A D | AndroidScheduler.h | 34 jni::global_ref<AndroidScheduler::javaobject> javaPart_; variable
|
| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | JSIInteropModuleRegistry.cpp | 55 : javaPart_(jni::make_global(jThis)) {} in JSIInteropModuleRegistry() 136 return method(javaPart_, moduleName); in callGetJavaScriptModuleObjectMethod() 146 return method(javaPart_); in callGetCoreModuleObject() 155 return method(javaPart_); in callGetJavaScriptModulesNames() 163 return (bool) method(javaPart_, moduleName); in callHasModule() 209 method(javaPart_, std::move(native), std::move(js)); in registerSharedObject()
|
| /expo/packages/expo-av/android/src/main/cpp/ |
| H A D | JAVManager.h | 35 jni::global_ref<JAVManager::javaobject> javaPart_; variable 38 javaPart_(jni::make_global(jThis)) {} in JAVManager()
|
| H A D | JPlayerData.h | 32 jni::global_ref<JPlayerData::javaobject> javaPart_; variable 41 javaPart_(jni::make_global(jThis)), in JPlayerData()
|
| H A D | JPlayerData.cpp | 51 static const auto javaMethod = javaPart_->getClass()->getMethod<void(bool)>( in setEnableSampleBufferCallback() 53 javaMethod(javaPart_.get(), enable); in setEnableSampleBufferCallback()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/android/cpp/jni/include/ |
| H A D | JniPlatformContext.h | 56 jni::global_ref<JniPlatformContext::javaobject> javaPart_; variable 70 javaPart_(jni::make_global(jThis)), in JniPlatformContext()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/android/cpp/jni/include/ |
| H A D | JniPlatformContext.h | 55 jni::global_ref<JniPlatformContext::javaobject> javaPart_; variable 69 javaPart_(jni::make_global(jThis)), _pixelDensity(pixelDensity) {} in JniPlatformContext()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/android/cpp/jni/include/ |
| H A D | JniPlatformContext.h | 59 jni::global_ref<JniPlatformContext::javaobject> javaPart_; variable 73 javaPart_(jni::make_global(jThis)), _pixelDensity(pixelDensity) {} in JniPlatformContext()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/android/cpp/jni/include/ |
| H A D | JniPlatformContext.h | 59 jni::global_ref<JniPlatformContext::javaobject> javaPart_; variable 73 javaPart_(jni::make_global(jThis)), _pixelDensity(pixelDensity) {} in JniPlatformContext()
|