Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp323 uint8_t targetTypeId() const { in targetTypeId() function in android::IdmapEntries
349 const uint16_t targetTypeId = dtohs(header[0]); in setTo() local
351 if (targetTypeId == 0 || overlayTypeId == 0 || targetTypeId > 255 || overlayTypeId > 255) { in setTo()
352 ALOGE("idmap: invalid type map (%u -> %u)", targetTypeId, overlayTypeId); in setTo()
6997 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1; in parsePackage()
7076 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1; in parsePackage()
7338 uint8_t targetTypeId = Res_GETTYPE(targetResId); in add() local
7339 auto& entries = mData[targetTypeId]; in add()