Searched refs:log_hexdump (Results 1 – 1 of 1) sorted by relevance
/external/libese/tools/ese_ls_provision/ |
D | ese_ls_provision.cpp | 51 static void log_hexdump(const std::string& prefix, UINT8 *buf, size_t len) { in log_hexdump() function 63 log_hexdump("tx", xmitBuffer, xmitBufferSize); in static_ese_transceive() 75 log_hexdump("rx", recvBuffer, res); in static_ese_transceive() 112 log_hexdump("version", version_buf, sizeof(version_buf)); in send_ls_update() 124 log_hexdump("respSW", respSW_buf, sizeof(respSW_buf)); in send_ls_update()
|