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

/frameworks/rs/api/
H A DSpecification.h113 int typeIndex; // Index in the TYPES array. Negative if not found in the array. member in struct:ParameterDefinition
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4661 uint32_t ResTable::findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name, argument
4663 const TypeList& typeList = group->types[typeIndex];
4684 uint32_t resId = Res_MAKEID(group->id - 1, typeIndex, iter.index());
4687 if (getEntry(group, typeIndex, iter.index(), NULL, &result) != NO_ERROR) {
5965 const PackageGroup* packageGroup, int typeIndex, int entryIndex,
5969 const TypeList& typeList = packageGroup->types[typeIndex];
5971 ALOGV("Skipping entry type index 0x%02x because type is NULL!\n", typeIndex);
5979 uint8_t actualTypeIndex = typeIndex;
5989 int realTypeIndex = typeIndex;
6007 Res_MAKEID(packageGroup->id - 1, typeIndex, entryInde
5964 getEntry( const PackageGroup* packageGroup, int typeIndex, int entryIndex, const ResTable_config* config, Entry* outEntry) const argument
6289 uint8_t typeIndex = typeSpec->id - 1; local
6357 uint8_t typeIndex = type->id - 1; local
[all...]

Completed in 79 milliseconds