Searched refs:getNativeObject (Results 1 – 13 of 13) sorted by relevance
374 …CppApkAssets cppApkAssets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(apk_assets_nativ… in getAllAssetDirs()402 …CppAssetManager2 am = Registries.NATIVE_ASSET_MANAGER_REGISTRY.getNativeObject(assetmanager_handle… in NdkAssetManagerForJavaObject()415 return Registries.NATIVE_ASSET_MANAGER_REGISTRY.getNativeObject(ptr); in AssetManagerFromLong()548 … apk_assets.add(Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(apk_assets_native_ptr)); in nativeSetApkAssets()1331 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeApplyStyle()1336 xml_parser_ptr == 0 ? null : NATIVE_RES_XML_PARSERS.getNativeObject(xml_parser_ptr); in nativeApplyStyle()1413 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeResolveAttrs()1472 ResXMLParser xml_parser = NATIVE_RES_XML_PARSERS.getNativeObject(xml_parser_ptr); in nativeRetrieveAttributes()1507 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeApplyStyle()1522 Theme dst_theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(dst_theme_ptr); in nativeThemeCopy()[all …]
370 …CppApkAssets cppApkAssets = Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(apk_assets_nativ… in getAllAssetDirs()398 …CppAssetManager2 am = Registries.NATIVE_ASSET_MANAGER_REGISTRY.getNativeObject(assetmanager_handle… in NdkAssetManagerForJavaObject()411 return Registries.NATIVE_ASSET_MANAGER_REGISTRY.getNativeObject(ptr); in AssetManagerFromLong()544 apk_assets.add(Registries.NATIVE_APK_ASSETS_REGISTRY.getNativeObject(apk_assets_native_ptr)); in nativeSetApkAssets()1327 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeApplyStyle()1332 xml_parser_ptr == 0 ? null : NATIVE_RES_XML_PARSERS.getNativeObject(xml_parser_ptr); in nativeApplyStyle()1409 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeResolveAttrs()1468 ResXMLParser xml_parser = NATIVE_RES_XML_PARSERS.getNativeObject(xml_parser_ptr); in nativeRetrieveAttributes()1503 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeApplyStyle()1518 Theme dst_theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(dst_theme_ptr); in nativeThemeCopy()[all …]
197 CppImageDecoder cppImageDecoder = NATIVE_IMAGE_DECODER_REGISTRY.getNativeObject(nativePtr);216 CppImageDecoder decoder = NATIVE_IMAGE_DECODER_REGISTRY.getNativeObject(nativePtr);225 CppImageDecoder decoder = NATIVE_IMAGE_DECODER_REGISTRY.getNativeObject(nativePtr);240 CppImageDecoder decoder = NATIVE_IMAGE_DECODER_REGISTRY.getNativeObject(nativePtr);246 CppImageDecoder decoder = NATIVE_IMAGE_DECODER_REGISTRY.getNativeObject(nativePtr);
33 return ResStringPool.getNativeObject(nativeId).size(); in nativeGetSize()43 return ResStringPool.getNativeObject(nativeId).stringAt(index); in nativeGetString()53 ResStringPool osb = ResStringPool.getNativeObject(obj); in nativeGetStyle()
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()
54 ResXMLTree osb = Registries.NATIVE_RES_XML_TREES.getNativeObject(obj); in nativeGetStringBlock()70 ResXMLTree osb = Registries.NATIVE_RES_XML_TREES.getNativeObject(obj); in nativeCreateParseState()90 ResXMLTree osb = Registries.NATIVE_RES_XML_TREES.getNativeObject(obj); in nativeCreateParseState()353 return Registries.NATIVE_RES_XML_PARSERS.getNativeObject(state); in getResXMLParser()
512 return Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset); in getAsset()707 ResTableTheme theme = Registries.NATIVE_THEME_REGISTRY.getNativeObject(themeToken); in applyStyle()710 : Registries.NATIVE_RES_XML_PARSERS.getNativeObject(xmlParserToken); in applyStyle()756 ResTableTheme theme = Registries.NATIVE_THEME_REGISTRY.getNativeObject(themeToken); in resolveAttrs()802 ResXMLParser xmlParser = Registries.NATIVE_RES_XML_PARSERS.getNativeObject(xmlParserToken); in retrieveAttributes()1006 Registries.NATIVE_THEME_REGISTRY.getNativeObject(themePtr).applyStyle(styleRes, force); in applyThemeStyle()1016 ResTableTheme dest = Registries.NATIVE_THEME_REGISTRY.getNativeObject(destPtr); in copyTheme()1017 ResTableTheme src = Registries.NATIVE_THEME_REGISTRY.getNativeObject(sourcePtr); in copyTheme()1030 … theme = Preconditions.checkNotNull(Registries.NATIVE_THEME_REGISTRY.getNativeObject(themeHandle)); in loadThemeAttributeValue()
18 Asset asset = NATIVE_ASSET_REGISTRY.getNativeObject(assetPtr); in createAssetInputStream()
37 return Registries.NATIVE_ASSET_REGISTRY.getNativeObject(assetPtr); in getAsset()
50 return nativeObjRegistry.getNativeObject(address); in getObjectForAddress()
264 event = nativeMotionEventRegistry.getNativeObject(nativePtr); in nativeInitialize()443 event = nativeMotionEventRegistry.getNativeObject(nativePtr); in nativeReadFromParcel()951 return nativeMotionEventRegistry.getNativeObject(nativePtr); in getNativeMotionEvent()974 return nativeMotionEventRegistry.getNativeObject(nativePtr); in getNativeMotionEvent()
75 public static ResStringPool getNativeObject(long nativeId) { in getNativeObject() method in ResStringPool76 return Registries.NATIVE_STRING_POOLS.getNativeObject(nativeId).get(); in getNativeObject()
134 public synchronized T getNativeObject(long nativeId) { in getNativeObject() method in NativeObjRegistry