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

/frameworks/base/cmds/idmap/
H A Dinspect.cpp250 const uint32_t targetTypeId = static_cast<uint32_t>(data16); local
251 print("DATA BLOCK", "target type", targetTypeId, "");
280 uint32_t resID = (packageId << 24) | (targetTypeId << 16) | (entryOffset + i);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp278 uint8_t targetTypeId() const { function in class:android::IdmapEntries
304 const uint16_t targetTypeId = dtohs(header[0]); local
306 if (targetTypeId == 0 || overlayTypeId == 0 || targetTypeId > 255 || overlayTypeId > 255) {
307 ALOGE("idmap: invalid type map (%u -> %u)", targetTypeId, overlayTypeId);
6713 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1;
6791 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1;
7180 uint8_t targetTypeId = map.keyAt(i); local
7182 *typeData++ = htods(targetTypeId + 1);

Completed in 35 milliseconds