Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 – 23 of 23) sorted by relevance

/expo/ios/versioned/sdk47/EXAV/EXAV/AudioSampleCallback/
H A DABI47_0_0EXAV+AudioSampleCallback.mm92 // is being destroyed and that will trigger destructor of `CleanupOnDestroyHostObject` class which
/expo/ios/versioned/sdk48/EXAV/EXAV/AudioSampleCallback/
H A DABI48_0_0EXAV+AudioSampleCallback.mm92 // is being destroyed and that will trigger destructor of `CleanupOnDestroyHostObject` class which
/expo/ios/versioned/sdk49/EXAV/EXAV/AudioSampleCallback/
H A DABI49_0_0EXAV+AudioSampleCallback.mm92 // is being destroyed and that will trigger destructor of `CleanupOnDestroyHostObject` class which
/expo/packages/expo-av/ios/EXAV/AudioSampleCallback/
H A DEXAV+AudioSampleCallback.mm92 // is being destroyed and that will trigger destructor of `CleanupOnDestroyHostObject` class which
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/
H A DMapView.java128 private boolean destroyed = false; field in MapView
227 if (destroyed) { in onMapReady()
427 if (!destroyed) { in onMapReady()
441 if (!destroyed) { in onMapReady()
467 if (destroyed) { in doDestroy()
470 destroyed = true; in doDestroy()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapView.java115 private boolean destroyed = false; field in AirMapView
214 if (destroyed) { in onMapReady()
405 if (!destroyed) { in onMapReady()
419 if (!destroyed) { in onMapReady()
445 if (destroyed) { in doDestroy()
448 destroyed = true; in doDestroy()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/
H A DMapView.java128 private boolean destroyed = false; field in MapView
227 if (destroyed) { in onMapReady()
427 if (!destroyed) { in onMapReady()
441 if (!destroyed) { in onMapReady()
467 if (destroyed) { in doDestroy()
470 destroyed = true; in doDestroy()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapView.java115 private boolean destroyed = false; field in AirMapView
214 if (destroyed) { in onMapReady()
405 if (!destroyed) { in onMapReady()
419 if (!destroyed) { in onMapReady()
445 if (destroyed) { in doDestroy()
448 destroyed = true; in doDestroy()
/expo/packages/expo-gl/src/
H A DGLView.tsx64 …olves to boolean value that is `true` if given context existed and has been destroyed successfully.
/expo/ios/Client/
H A DEXRootViewController.m138 // Unregister visible app record so all modules get destroyed.
/expo/docs/public/static/libs/tippy/
H A Dtippy.all.min.js1destroyed:!1,visible:!1,enabled:!0},this._=m({mutationObservers:[]})}return Pt(t,[{key:'enable',va… property
/expo/packages/expo-gl/build/
H A DGLView.js.map1 …s to boolean value that is `true` if given context existed and has been destroyed successfully.\n …
/expo/ios/versioned/sdk47/EXAV/EXAV/
H A DABI47_0_0EXAV.m186 // We need to clear audio tap before sound gets destroyed to avoid
H A DABI47_0_0EXAVPlayerData.m970 ABI47_0_0EXLogWarn(@"Audio Processing Tap has been destroyed!");
/expo/ios/versioned/sdk48/EXAV/EXAV/
H A DABI48_0_0EXAV.m186 // We need to clear audio tap before sound gets destroyed to avoid
H A DABI48_0_0EXAVPlayerData.m970 ABI48_0_0EXLogWarn(@"Audio Processing Tap has been destroyed!");
/expo/ios/versioned/sdk49/EXAV/EXAV/
H A DABI49_0_0EXAV.m186 // We need to clear audio tap before sound gets destroyed to avoid
H A DABI49_0_0EXAVPlayerData.m970 ABI49_0_0EXLogWarn(@"Audio Processing Tap has been destroyed!");
/expo/packages/expo-av/ios/EXAV/
H A DEXAV.m186 // We need to clear audio tap before sound gets destroyed to avoid
H A DEXAVPlayerData.m974 EXLogWarn(@"Audio Processing Tap has been destroyed!");
/expo/packages/expo-modules-core/
H A DCHANGELOG.md406 - Fixed `JSCRuntime destroyed with a dangling API object` on Android. ([#19487](https://github.com/…
420 - Fixed Android crash when Activity is destroyed before `AppContext.onHostDestroy` call. ([#19406](…
/expo/packages/expo-web-browser/build/
H A DWebBrowser.js.map1 …s. However, those binding\n * would be cleared once your application is destroyed, which might be …
/expo/docs/pages/modules/
H A Dmodule-api.mdx396 …e listener that is called when the activity owning the JavaScript context is about to be destroyed.