Home
last modified time | relevance | path

Searched refs:hdr (Results 1 – 3 of 3) sorted by relevance

/mipi-sys-t-3.7.0/printer/src/
Dmipi_syst_message.cpp73 bool message::isShort(message::header hdr) { in isShort() argument
74 switch (hdr.field.type) { in isShort()
80 switch (hdr.field.subtype) { in isShort()
126 message::header hdr, in type2string() argument
148 uint32_t type(hdr.field.type); in type2string()
164 switch (hdr.field.subtype) { in type2string()
177 switch (hdr.field.subtype) { in type2string()
202 switch (hdr.field.subtype) { in type2string()
220 if (coll && (name = coll->getWriteType(hdr.field.subtype)) != nullptr) in type2string()
223 hostPrintf(dest, *name, hdr.field.subtype, std::vector<int>()); in type2string()
[all …]
Dmipi_syst_decode.cpp123 message::header hdr(bytes2ValLE<uint32_t>(&data[0])); in decode() local
127 if (message::isShort(hdr)) { in decode()
/mipi-sys-t-3.7.0/printer/include/
Dmipi_syst_message.h207 static bool isShort(header hdr);