Home
last modified time | relevance | path

Searched defs:addReference (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJNIDeallocator.cpp7 void JNIDeallocator::addReference( in addReference() function in expo::JNIDeallocator
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/jni/
H A DJNIDeallocator.kt58 fun addReference(destructible: Destructible): Unit = synchronized(this) { in deallocate() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/jni/
H A DJNIDeallocator.kt58 fun addReference(destructible: Destructible): Unit = synchronized(this) { in deallocate() method in abi49_0_0.expo.modules.kotlin.jni.JNIDeallocator