Searched refs:command_to_string (Results 1 – 3 of 3) sorted by relevance
27 VLOG(USB) << "Got packet " << command_to_string(packet->msg.command) in add_packet()69 VLOG(USB) << "Packet " << command_to_string(m->command) << " needs " << m->data_length in add_bytes()
50 std::string command_to_string(uint32_t cmd);
119 std::string command_to_string(uint32_t cmd) { in command_to_string() function