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

/frameworks/base/libs/utils/
H A DResourceTypes.cpp1733 ssize_t ResTable::Theme::resolveAttributeReference(Res_value* inOutValue, argument
1737 //printf("Resolving type=0x%x\n", inOutValue->dataType);
1738 if (inOutValue->dataType == Res_value::TYPE_ATTRIBUTE) {
1740 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);
1742 (int)blockIndex, (int)inOutValue->dataType, (void*)inOutValue->data));
1744 //printf("Retrieved attribute new type=0x%x\n", inOutValue->dataType);
1749 return mTable.resolveReference(inOutValue, blockIndex, outLastRef,

Completed in 236 milliseconds