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

/frameworks/base/include/androidfw/
H A DResourceTypes.h1571 ssize_t resolveReference(Res_value* inOutValue,
1647 ssize_t resolveAttributeReference(Res_value* inOutValue,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3236 ssize_t ResTable::Theme::resolveAttributeReference(Res_value* inOutValue, argument
3240 //printf("Resolving type=0x%x\n", inOutValue->dataType);
3241 if (inOutValue->dataType == Res_value::TYPE_ATTRIBUTE) {
3243 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);
3245 (int)blockIndex, (int)inOutValue->dataType, (void*)inOutValue->data));
3247 //printf("Retrieved attribute new type=0x%x\n", inOutValue->dataType);
3252 return mTable.resolveReference(inOutValue, blockIndex, outLastRef,

Completed in 126 milliseconds