Searched refs:inOutValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DResourceTypes.h1328 ssize_t resolveReference(Res_value* inOutValue,
1404 ssize_t resolveAttributeReference(Res_value* inOutValue,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2671 ssize_t ResTable::Theme::resolveAttributeReference(Res_value* inOutValue, argument
2675 //printf("Resolving type=0x%x\n", inOutValue->dataType);
2676 if (inOutValue->dataType == Res_value::TYPE_ATTRIBUTE) {
2678 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);
2680 (int)blockIndex, (int)inOutValue->dataType, (void*)inOutValue->data));
2682 //printf("Retrieved attribute new type=0x%x\n", inOutValue->dataType);
2687 return mTable.resolveReference(inOutValue, blockIndex, outLastRef,

Completed in 209 milliseconds