Home
last modified time | relevance | path

Searched defs:entry_id (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DResourceUtils.h65 inline uint32_t make_resid(uint8_t package_id, uint8_t type_id, uint16_t entry_id) { in make_resid()
/frameworks/base/tools/aapt2/compile/
DIdAssigner.cpp259 auto entry_id = next_entry_id_.NextId(); in NextId() local
/frameworks/base/tools/aapt2/
DResource.h247 inline uint16_t ResourceId::entry_id() const { in entry_id() function
DResources.proto212 EntryId entry_id = 1; field
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener.cpp569 const uint16_t entry_id = entry.id.value(); in FlattenTypeSpec() local