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

/frameworks/base/libs/utils/
H A DResourceTypes.cpp1591 ssize_t ResTable::Theme::resolveAttributeReference(Res_value* inOutValue, argument
1595 //printf("Resolving type=0x%x\n", inOutValue->dataType);
1596 if (inOutValue->dataType == Res_value::TYPE_ATTRIBUTE) {
1598 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);
1600 (int)blockIndex, (int)inOutValue->dataType, (void*)inOutValue->data));
1602 //printf("Retrieved attribute new type=0x%x\n", inOutValue->dataType);
1607 return mTable.resolveReference(inOutValue, blockIndex, outLastRef,

Completed in 14 milliseconds