Home
last modified time | relevance | path

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

/mipi-sys-t-3.4.0/printer/include/
Dmipi_syst_message.h205 bool isShort() const { return isShort(getHeader()); }; in isShort() function
207 static bool isShort(header hdr);
/mipi-sys-t-3.4.0/printer/src/
Dmipi_syst_message.cpp73 bool message::isShort(message::header hdr) { in isShort() function in message
Dmipi_syst_decode.cpp127 if (message::isShort(hdr)) { in decode()