Home
last modified time | relevance | path

Searched defs:entryId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
DSdkConstants.cpp48 static bool lessEntryId(const std::pair<uint16_t, size_t>& p, uint16_t entryId) { in lessEntryId() argument
DResource.h213 inline uint16_t ResourceId::entryId() const { in entryId() function
/frameworks/base/tools/aapt/
DResourceTable.cpp4461 const size_t entryId = Res_GETENTRY(attrId); in getPublicAttributeSdkLevel() local
/frameworks/base/libs/androidfw/
DResourceTypes.cpp322 status_t lookup(uint16_t entryId, uint16_t* outEntryId) const { in lookup()