Searched defs:thisType (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5529 const ResTable_type* const thisType = typeSpec->configs[c]; local
5530 if (thisType == NULL) {
5535 thisConfig.copyFromDtoH(thisType->config);
5543 const uint8_t* const end = reinterpret_cast<const uint8_t*>(thisType)
5544 + dtohl(thisType->header.size);
5546 reinterpret_cast<const uint8_t*>(thisType) + dtohs(thisType->header.headerSize));
5565 bestType = thisType;

Completed in 43 milliseconds