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

/frameworks/base/include/androidfw/
H A DResourceTypes.h1630 ssize_t resolveReference(Res_value* inOutValue,
1707 ssize_t resolveAttributeReference(Res_value* inOutValue,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3583 ssize_t ResTable::Theme::resolveAttributeReference(Res_value* inOutValue, argument
3587 //printf("Resolving type=0x%x\n", inOutValue->dataType);
3588 if (inOutValue->dataType == Res_value::TYPE_ATTRIBUTE) {
3590 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);
3593 (int)blockIndex, (int)inOutValue->dataType, inOutValue->data);
3596 //printf("Retrieved attribute new type=0x%x\n", inOutValue->dataType);
3601 return mTable.resolveReference(inOutValue, blockIndex, outLastRef,

Completed in 38 milliseconds