Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceUtils.h65 inline uint32_t make_resid(uint8_t package_id, uint8_t type_id, uint16_t entry_id) { in make_resid()
/aosp14/frameworks/base/tools/aapt2/compile/
H A DIdAssigner.cpp259 auto entry_id = next_entry_id_.NextId(); in NextId() local
/aosp14/frameworks/base/tools/aapt2/
H A DResource.h294 inline uint16_t ResourceId::entry_id() const { in entry_id() function
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener.cpp411 const uint16_t entry_id = entry.id.value(); in FlattenTypeSpec() local