Lines Matching defs:rt

35     const std::shared_ptr<jsi::Runtime> &rt,  in NativeReanimatedModule()
62 auto requestAnimationFrame = [=](jsi::Runtime &rt, const jsi::Value &fn) { in NativeReanimatedModule()
83 jsi::Runtime &rt = *jsRuntime; in NativeReanimatedModule()
102 auto makeShareableClone = [this](jsi::Runtime &rt, const jsi::Value &value) { in NativeReanimatedModule()
117 jsi::Runtime &rt, in NativeReanimatedModule()
124 [this](jsi::Runtime &rt, const jsi::Value &tag) { in NativeReanimatedModule()
128 auto measure = [this](jsi::Runtime &rt, const jsi::Value &shadowNodeValue) { in NativeReanimatedModule()
136 const jsi::Value &argsValue) { in NativeReanimatedModule()
179 jsi::Runtime &rt, in installCoreFunctions()
209 jsi::Runtime &rt, in scheduleOnUI()
216 jsi::Runtime &rt = *runtimeHelper->uiRuntime(); in scheduleOnUI() local
223 jsi::Runtime &rt, in makeSynchronizedDataHolder()
231 jsi::Runtime &rt, in updateDataSynchronously()
240 jsi::Runtime &rt, in getDataSynchronously()
248 jsi::Runtime &rt, in makeShareableClone()
309 jsi::Runtime &rt, in registerEventHandler()
319 jsi::Runtime &rt = *runtimeHelper->uiRuntime(); in registerEventHandler() local
333 jsi::Runtime &rt, in unregisterEventHandler()
341 jsi::Runtime &rt, in getViewProp()
368 jsi::Runtime &rt, in enableLayoutAnimations()
375 jsi::Runtime &rt, in configureProps()
392 jsi::Runtime &rt, in configureLayoutAnimation()
434 jsi::Runtime &rt, in registerSensor()
449 jsi::Runtime &rt, in unregisterSensor()
460 jsi::Runtime &rt, in isThereAnyLayoutProp()
508 jsi::Runtime &rt = *runtime.get(); in handleRawEvent() local
521 jsi::Runtime &rt, in updateProps()
553 jsi::Runtime &rt = *runtime.get(); in performOperations() local
596 jsi::Runtime &rt, in removeShadowNodeFromRegistry()
602 jsi::Runtime &rt, in dispatchCommand()
613 jsi::Runtime &rt, in measure()
668 jsi::Runtime &rt, in subscribeForKeyboardEvents()
674 jsi::Runtime &rt = *runtimeHelper->uiRuntime(); in subscribeForKeyboardEvents() local
683 jsi::Runtime &rt, in unsubscribeFromKeyboardEvents()