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

/frameworks/base/libs/utils/
H A DResourceTypes.cpp1592 ssize_t blockIndex, uint32_t* outLastRef,
1598 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);
1599 TABLE_THEME(LOGI("Resolving attr reference: blockIndex=%d, type=0x%x, data=%p\n",
1600 (int)blockIndex, (int)inOutValue->dataType, (void*)inOutValue->data));
1603 if (blockIndex < 0) {
1604 return blockIndex;
1607 return mTable.resolveReference(inOutValue, blockIndex, outLastRef,
2008 ssize_t ResTable::resolveReference(Res_value* value, ssize_t blockIndex, argument
2013 while (blockIndex >= 0 && value->dataType == value->TYPE_REFERENCE
2031 return blockIndex;
1591 resolveAttributeReference(Res_value* inOutValue, ssize_t blockIndex, uint32_t* outLastRef, uint32_t* inoutTypeSpecFlags, ResTable_config* inoutConfig) const argument
[all...]

Completed in 11 milliseconds