Searched refs:NATIVE_APK_ASSETS_REGISTRY (Results 1 – 4 of 4) sorted by relevance
141 Registries.NATIVE_APK_ASSETS_REGISTRY.unregister(nativePtr); in getFromCacheOrLoad()306 return Registries.NATIVE_APK_ASSETS_REGISTRY.register(apk_assets); in nativeLoad()345 return Registries.NATIVE_APK_ASSETS_REGISTRY.register(apk_assets); in nativeLoad()428 CppApkAssets apk_assets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(ptr); in nativeGetAssetPath()435 CppApkAssets apk_assets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(ptr); in nativeGetStringBlock()442 CppApkAssets apk_assets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(ptr); in nativeIsUpToDate()456 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