OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetTypeId
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/idmap/
inspect.cpp
249
const uint32_t
targetTypeId
= static_cast<uint32_t>(data16);
250
print("DATA BLOCK", "target type",
targetTypeId
, "");
279
uint32_t resID = (packageId << 24) | (
targetTypeId
<< 16) | (entryOffset + i);
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
279
uint8_t
targetTypeId
() const {
305
const uint16_t
targetTypeId
= dtohs(header[0]);
307
if (
targetTypeId
== 0 || overlayTypeId == 0 ||
targetTypeId
> 255 || overlayTypeId > 255) {
308
ALOGE("idmap: invalid type map (%u -> %u)",
targetTypeId
, overlayTypeId);
[
all
...]
Completed in 2939 milliseconds