Home
last modified time | relevance | path

Searched defs:typeCode (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h182 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
/aosp12/system/libhwbinder/
H A DTextOutput.h172 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
H A DDebug.cpp151 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode()
/aosp12/frameworks/native/libs/binder/
H A DDebug.cpp167 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode()
/aosp12/frameworks/base/tools/aapt/
H A DAaptAssets.h353 int typeCode; variable
/aosp12/bionic/libc/dns/resolv/
H A Dres_cache.c717 int typeCode = _dnsPacket_readInt16(packet); in _dnsPacket_bprintQR() local