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

/frameworks/base/libs/utils/
H A DResourceTypes.cpp3922 const Package* package, int typeIndex, int entryIndex,
3930 const Type* allTypes = package->getType(typeIndex);
3933 LOGV("Skipping entry type index 0x%02x because type is NULL!\n", typeIndex);
3960 entryIndex, typeIndex+1, dtohl(thisType->config.size),
4335 for (size_t typeIndex = 0; typeIndex < typeCount; ++typeIndex) {
4337 const Type* typeConfigs = pkg->getType(typeIndex);
4345 | (0x00ff0000 & ((typeIndex+1)<<16))
4592 for (size_t typeIndex
3921 getEntry( const Package* package, int typeIndex, int entryIndex, const ResTable_config* config, const ResTable_type** outType, const ResTable_entry** outEntry, const Type** outTypeClass) const argument
[all...]

Completed in 195 milliseconds