Home
last modified time | relevance | path

Searched refs:thisType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DResourceTypes.cpp4828 const ResTable_type* const thisType = allTypes->configs[i]; in getEntry() local
4829 if (thisType == NULL) continue; in getEntry()
4832 thisConfig.copyFromDtoH(thisType->config); in getEntry()
4835 entryIndex, typeIndex+1, dtohl(thisType->config.size), in getEntry()
4846 const uint8_t* const end = ((const uint8_t*)thisType) in getEntry()
4847 + dtohl(thisType->header.size); in getEntry()
4849 (((const uint8_t*)thisType) + dtohs(thisType->header.headerSize)); in getEntry()
4867 type = thisType; in getEntry()