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

/frameworks/base/libs/ui/
H A DEventHub.cpp298 bool EventHub::getEvent(int32_t* outDeviceId, int32_t* outType, argument
303 *outType = 0;
338 *outType = DEVICE_REMOVED;
349 *outType = DEVICE_ADDED;
382 *outType = iev.type;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2006 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) argument
2013 *outType = value.data;
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2566 String16* outType,
2600 *outType = String16(p, typeEnd-p);
2609 *outType = *defType;
3626 const ResTable_type** outType, const ResTable_entry** outEntry,
3753 *outType = type;
2564 expandResourceRef(const uint16_t* refStr, size_t refLen, String16* outPackage, String16* outType, String16* outName, const String16* defType, const String16* defPackage, const char** outErrorMsg) argument
3623 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 105 milliseconds