Searched refs:outType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/include/androidfw/
H A DResourceTypes.h1453 String16* outType,
1477 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType) = 0;
1574 const ResTable_type** outType, const ResTable_entry** outEntry,
/frameworks/base/tools/aapt/
H A DResourceTable.h238 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType);
H A DResourceTable.cpp2195 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) argument
2202 *outType = value.data;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3754 String16* outType,
3799 *outType = String16(p, typeEnd-p);
3808 *outType = *defType;
3817 if(**outType == 0) {
4843 const ResTable_type** outType, const ResTable_entry** outEntry,
4944 *outType = type;
3752 expandResourceRef(const uint16_t* refStr, size_t refLen, String16* outPackage, String16* outType, String16* outName, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool* outPublicOnly) argument
4840 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

Completed in 2393 milliseconds