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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3903 ssize_t ResTable::Theme::resolveAttributeReference(Res_value* inOutValue, argument
3907 //printf("Resolving type=0x%x\n", inOutValue->dataType);
3908 if (inOutValue->dataType == Res_value::TYPE_ATTRIBUTE) {
3910 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);
3913 (int)blockIndex, (int)inOutValue->dataType, inOutValue->data);
3916 //printf("Retrieved attribute new type=0x%x\n", inOutValue->dataType);
3921 return mTable.resolveReference(inOutValue, blockIndex, outLastRef,

Completed in 36 milliseconds