Searched refs:NATIVE_APK_ASSETS_REGISTRY (Results 1 – 4 of 4) sorted by relevance
125 Registries.NATIVE_APK_ASSETS_REGISTRY.unregister(nativePtr); in getFromCacheOrLoad()239 return Registries.NATIVE_APK_ASSETS_REGISTRY.register(apk_assets); in nativeLoad()281 CppApkAssets apk_assets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(ptr); in nativeGetAssetPath()288 CppApkAssets apk_assets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(ptr); in nativeGetStringBlock()295 CppApkAssets apk_assets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(ptr); in nativeIsUpToDate()309 Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(ptr); in nativeOpenXml()
374 …CppApkAssets cppApkAssets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(apk_assets_nativ… in getAllAssetDirs()548 … apk_assets.add(Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(apk_assets_native_ptr)); in nativeSetApkAssets()
370 …CppApkAssets cppApkAssets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(apk_assets_nativ… in getAllAssetDirs()544 apk_assets.add(Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(apk_assets_native_ptr)); in nativeSetApkAssets()
12 public static final NativeObjRegistry<CppApkAssets> NATIVE_APK_ASSETS_REGISTRY = field in Registries