Searched refs:StringPoolRef (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceUtils.h | 34 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref,
|
D | AssetManager2.h | 488 StringPoolRef type_string_ref; 491 StringPoolRef entry_string_ref;
|
D | ResourceTypes.h | 573 class StringPoolRef { 575 StringPoolRef() = default; 576 StringPoolRef(const ResStringPool* pool, uint32_t index);
|
/frameworks/base/libs/androidfw/ |
D | ResourceUtils.cpp | 52 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref, in ToResourceName()
|
D | AssetManager2.cpp | 95 StringPoolRef type_string_ref; 99 StringPoolRef entry_string_ref; 824 .type_string_ref = StringPoolRef(best_package->GetTypeStringPool(), best_type->id - 1), in FindEntryInternal() 825 .entry_string_ref = StringPoolRef(best_package->GetKeyStringPool(), in FindEntryInternal() 835 last_resolution_.type_string_ref = StringPoolRef(); in ResetResourceResolution() 836 last_resolution_.entry_string_ref = StringPoolRef(); in ResetResourceResolution()
|
D | ResourceTypes.cpp | 3588 StringPoolRef typeStr; 3589 StringPoolRef keyStr; 6357 StringPoolRef::StringPoolRef(const ResStringPool* pool, uint32_t index) in StringPoolRef() function in android::StringPoolRef 6360 base::expected<StringPiece, NullOrIOError> StringPoolRef::string8() const { in string8() 6367 base::expected<StringPiece16, NullOrIOError> StringPoolRef::string16() const { in string16() 6665 …outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry() 6666 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, dtohl(entry->key.index)); in getEntry()
|