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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2190 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) argument
2197 *outType = value.data;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3753 String16* outType,
3798 *outType = String16(p, typeEnd-p);
3807 *outType = *defType;
3816 if(**outType == 0) {
4842 const ResTable_type** outType, const ResTable_entry** outEntry,
4943 *outType = type;
3751 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
4839 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 204 milliseconds