| /expo/ios/vendored/sdk47/@shopify/react-native-skia/ios/RNSkia-iOS/ |
| H A D | ABI47_0_0SkiaManager.mm | 36 auto callInvoker = bridge.jsCallInvoker; 40 …ntext = std::make_shared<ABI47_0_0RNSkia::ABI47_0_0RNSkiOSPlatformContext>(jsRuntime, callInvoker); 43 …_skManager = std::make_shared<ABI47_0_0RNSkia::ABI47_0_0RNSkManager>(jsRuntime, callInvoker, _plat…
|
| H A D | ABI47_0_0RNSkiOSPlatformContext.h | 36 std::shared_ptr<ABI47_0_0React::CallInvoker> callInvoker) in ABI47_0_0RNSkiOSPlatformContext() argument 37 : ABI47_0_0RNSkPlatformContext(runtime, callInvoker, [[UIScreen mainScreen] scale]) { in ABI47_0_0RNSkiOSPlatformContext()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/ios/RNSkia-iOS/ |
| H A D | ABI48_0_0SkiaManager.mm | 36 auto callInvoker = bridge.jsCallInvoker; 40 …ntext = std::make_shared<ABI48_0_0RNSkia::ABI48_0_0RNSkiOSPlatformContext>(jsRuntime, callInvoker); 43 …_skManager = std::make_shared<ABI48_0_0RNSkia::ABI48_0_0RNSkManager>(jsRuntime, callInvoker, _plat…
|
| H A D | ABI48_0_0RNSkiOSPlatformContext.h | 38 std::shared_ptr<ABI48_0_0React::CallInvoker> callInvoker) in ABI48_0_0RNSkiOSPlatformContext() argument 39 : ABI48_0_0RNSkPlatformContext(runtime, callInvoker, in ABI48_0_0RNSkiOSPlatformContext()
|
| /expo/packages/expo-modules-core/ios/JSI/ |
| H A D | EXJavaScriptRuntime.h | 29 std::shared_ptr<react::CallInvoker> callInvoker, 45 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker; 55 - (std::shared_ptr<react::CallInvoker>)callInvoker;
|
| H A D | EXJavaScriptRuntime.mm | 47 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker 54 _jsCallInvoker = callInvoker; 64 - (std::shared_ptr<react::CallInvoker>)callInvoker 93 std::shared_ptr<react::CallInvoker> callInvoker, 114 std::shared_ptr<react::CallInvoker> callInvoker, 117 if (!callInvoker) { 123 …auto promiseSetup = [callInvoker, block, thisValue, arguments](jsi::Runtime &runtime, std::shared_… 124 …expo::callPromiseSetupWithBlock(runtime, callInvoker, promise, ^(RCTPromiseResolveBlock resolver, … 193 auto callInvoker = weakCallInvoker.lock(); 198 return block(runtime, callInvoker, thisValue, arguments);
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/ |
| H A D | ABI47_0_0EXJavaScriptRuntime.h | 29 std::shared_ptr<react::CallInvoker> callInvoker, 45 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker; 55 - (std::shared_ptr<react::CallInvoker>)callInvoker;
|
| H A D | ABI47_0_0EXJavaScriptRuntime.mm | 52 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker 59 _jsCallInvoker = callInvoker; 70 - (std::shared_ptr<react::CallInvoker>)callInvoker 104 std::shared_ptr<react::CallInvoker> callInvoker, 125 std::shared_ptr<react::CallInvoker> callInvoker, 128 if (!callInvoker) { 134 …auto promiseSetup = [callInvoker, block, thisValue, arguments](jsi::Runtime &runtime, std::shared_… 135 …ABI47_0_0expo::callPromiseSetupWithBlock(runtime, callInvoker, promise, ^(ABI47_0_0RCTPromiseResol… 207 auto callInvoker = weakCallInvoker.lock(); 212 return block(runtime, callInvoker, thisValue, arguments);
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/ |
| H A D | ABI48_0_0EXJavaScriptRuntime.h | 29 std::shared_ptr<react::CallInvoker> callInvoker, 45 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker; 55 - (std::shared_ptr<react::CallInvoker>)callInvoker;
|
| H A D | ABI48_0_0EXJavaScriptRuntime.mm | 55 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker 62 _jsCallInvoker = callInvoker; 73 - (std::shared_ptr<react::CallInvoker>)callInvoker 107 std::shared_ptr<react::CallInvoker> callInvoker, 128 std::shared_ptr<react::CallInvoker> callInvoker, 131 if (!callInvoker) { 137 …auto promiseSetup = [callInvoker, block, thisValue, arguments](jsi::Runtime &runtime, std::shared_… 138 …ABI48_0_0expo::callPromiseSetupWithBlock(runtime, callInvoker, promise, ^(ABI48_0_0RCTPromiseResol… 210 auto callInvoker = weakCallInvoker.lock(); 215 return block(runtime, callInvoker, thisValue, arguments);
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/ |
| H A D | ABI49_0_0EXJavaScriptRuntime.h | 29 std::shared_ptr<react::CallInvoker> callInvoker, 45 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker; 55 - (std::shared_ptr<react::CallInvoker>)callInvoker;
|
| H A D | ABI49_0_0EXJavaScriptRuntime.mm | 47 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker 54 _jsCallInvoker = callInvoker; 64 - (std::shared_ptr<react::CallInvoker>)callInvoker 93 std::shared_ptr<react::CallInvoker> callInvoker, 114 std::shared_ptr<react::CallInvoker> callInvoker, 117 if (!callInvoker) { 123 …auto promiseSetup = [callInvoker, block, thisValue, arguments](jsi::Runtime &runtime, std::shared_… 124 …ABI49_0_0expo::callPromiseSetupWithBlock(runtime, callInvoker, promise, ^(ABI49_0_0RCTPromiseResol… 193 auto callInvoker = weakCallInvoker.lock(); 198 return block(runtime, callInvoker, thisValue, arguments);
|
| /expo/packages/expo-av/android/src/main/cpp/ |
| H A D | JAVManager.cpp | 46 auto callInvoker = jsCallInvokerHolder->cthis()->getCallInvoker(); in installJSIBindings() local 48 auto function = [this, callInvoker](jsi::Runtime &runtime, in installJSIBindings() 70 mediaPlayer->setSampleBufferCallback([callbackShared, &runtime, callInvoker]( in installJSIBindings() 103 callInvoker->invokeAsync([callbackShared, &runtime, sample]() { in installJSIBindings()
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/native/ |
| H A D | ABI47_0_0REAInitializer.mm | 45 auto callInvoker = std::make_shared<ABI47_0_0React::BridgeJSCallInvoker>(bridge.reactInstance); 46 auto reanimatedModule = ABI47_0_0reanimated::createReanimatedModule(bridge, callInvoker);
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkPlatformContext.h | 36 std::shared_ptr<react::CallInvoker> callInvoker, in RNSkPlatformContext() argument 39 _callInvoker(callInvoker), in RNSkPlatformContext()
|
| /expo/ios/vendored/sdk48/react-native-reanimated/ios/native/ |
| H A D | ABI48_0_0REAInitializer.mm | 46 auto callInvoker = std::make_shared<ABI48_0_0React::BridgeJSCallInvoker>(bridge.reactInstance); 47 auto reanimatedModule = ABI48_0_0reanimated::createReanimatedModule(bridge, callInvoker);
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | ABI48_0_0RNSkPlatformContext.h | 36 std::shared_ptr<ABI48_0_0React::CallInvoker> callInvoker, in ABI48_0_0RNSkPlatformContext() argument 39 _callInvoker(callInvoker), in ABI48_0_0RNSkPlatformContext()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkPlatformContext.h | 35 jsi::Runtime *runtime, std::shared_ptr<react::CallInvoker> callInvoker, in RNSkPlatformContext() argument 38 _callInvoker(callInvoker), in RNSkPlatformContext()
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | ABI47_0_0RNSkPlatformContext.h | 35 jsi::Runtime *runtime, std::shared_ptr<ABI47_0_0React::CallInvoker> callInvoker, in ABI47_0_0RNSkPlatformContext() argument 38 _callInvoker(callInvoker), in ABI47_0_0RNSkPlatformContext()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkPlatformContext.h | 39 std::shared_ptr<react::CallInvoker> callInvoker, in RNSkPlatformContext() argument 42 _callInvoker(callInvoker), in RNSkPlatformContext()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkPlatformContext.h | 39 std::shared_ptr<react::CallInvoker> callInvoker, in RNSkPlatformContext() argument 42 _callInvoker(callInvoker), in RNSkPlatformContext()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | ABI49_0_0RNSkPlatformContext.h | 39 std::shared_ptr<ABI49_0_0React::CallInvoker> callInvoker, in ABI49_0_0RNSkPlatformContext() argument 42 _callInvoker(callInvoker), in ABI49_0_0RNSkPlatformContext()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkPlatformContext.h | 39 std::shared_ptr<react::CallInvoker> callInvoker, in RNSkPlatformContext() argument 42 _callInvoker(callInvoker), in RNSkPlatformContext()
|
| /expo/packages/expo-dev-menu/ios/ReactNativeCompatibles/ReactNative/ |
| H A D | DevClientAppDelegate.mm | 86 std::shared_ptr<facebook::react::CallInvoker> callInvoker = 90 … jsInvoker:callInvoker];
|
| /expo/packages/expo-dev-menu/ios/ReactNativeCompatibles/ReactNative72/ |
| H A D | DevClientAppDelegate.mm | 78 std::shared_ptr<facebook::react::CallInvoker> callInvoker = 80 …anager = [[RCTTurboModuleManager alloc] initWithBridge:bridge delegate:self jsInvoker:callInvoker];
|