Home
last modified time | relevance | path

Searched refs:StringPoolRef (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DResourceUtils.h33 bool ToResourceName(const StringPoolRef& type_string_ref,
34 const StringPoolRef& entry_string_ref,
DAssetManager2.h401 StringPoolRef type_string_ref;
404 StringPoolRef entry_string_ref;
DResourceTypes.h552 class StringPoolRef {
554 StringPoolRef() = default;
555 StringPoolRef(const ResStringPool* pool, uint32_t index);
/frameworks/base/libs/androidfw/
DResourceUtils.cpp51 bool ToResourceName(const StringPoolRef& type_string_ref, in ToResourceName()
52 const StringPoolRef& entry_string_ref, in ToResourceName()
DAssetManager2.cpp66 StringPoolRef type_string_ref;
70 StringPoolRef entry_string_ref;
555 out_entry->type_string_ref = StringPoolRef(best_package->GetTypeStringPool(), best_type->id - 1); in FindEntry()
557 StringPoolRef(best_package->GetKeyStringPool(), best_entry->key.index); in FindEntry()
567 StringPoolRef(best_package->GetTypeStringPool(), best_type->id - 1); in FindEntry()
569 StringPoolRef(best_package->GetKeyStringPool(), best_entry->key.index); in FindEntry()
582 last_resolution.type_string_ref = StringPoolRef(); in SetResourceResolutionLoggingEnabled()
583 last_resolution.entry_string_ref = StringPoolRef(); in SetResourceResolutionLoggingEnabled()
DResourceTypes.cpp3476 StringPoolRef typeStr;
3477 StringPoolRef keyStr;
6242 StringPoolRef::StringPoolRef(const ResStringPool* pool, uint32_t index) in StringPoolRef() function in android::StringPoolRef
6245 const char* StringPoolRef::string8(size_t* outLen) const { in string8()
6255 const char16_t* StringPoolRef::string16(size_t* outLen) const { in string16()
6556 …outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry()
6557 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, dtohl(entry->key.index)); in getEntry()