Home
last modified time | relevance | path

Searched refs:hostPrintf (Results 1 – 4 of 4) sorted by relevance

/mipi-sys-t-2.7.6/printer/src/
Dmipi_syst_printf.cpp345 success = hostPrintf(sstr, it->text(), val, starArgs); in format()
348 success = hostPrintf(sstr, it->text(), val, starArgs); in format()
356 success = hostPrintf(sstr, it->text(), val, starArgs); in format()
388 success = hostPrintf(sstr, it->text(), bufPtr, starArgs); in format()
Dmipi_syst_message.cpp223 hostPrintf(dest, *name, hdr.field.subtype, std::vector<int>()); in type2string()
Dmipi_syst_decode.cpp162 hostPrintf(dest, entry->msg, v & (~entry->mask), std::vector<int>()); in decodeShortPayload()
/mipi-sys-t-2.7.6/printer/include/
Dmipi_syst_printer.h128 template<class T> bool hostPrintf( in hostPrintf() function