Home
last modified time | relevance | path

Searched refs:toParams (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/tools/aapt/
H A DApkBuilder.h83 return mFilter->match(file->getGroupEntry().toParams()); in matches()
H A DAaptAssets.cpp541 ConfigDescription withoutVersion = file->getGroupEntry().toParams(); in addFile()
1384 const ResTable_config& config(file->getGroupEntry().toParams()); in filter()
1421 const ResTable_config& config(file->getGroupEntry().toParams()); in filter()
1434 const ResTable_config& mconfig(mfile->getGroupEntry().toParams()); in filter()
H A DAaptAssets.h110 inline const ConfigDescription& toParams() const { return mParams; } in toParams() function
H A DResourceTable.cpp4784 const ConfigDescription config(target->getGroupEntry().toParams()); in versionForCompat()
4848 const ConfigDescription config(target->getGroupEntry().toParams()); in modifyForCompat()
5171 &target->getGroupEntry().toParams(), in processBundleFormatImpl()
H A DResource.cpp132 mParams = file->getGroupEntry().toParams(); in next()