Searched refs:command_to_string (Results 1 – 4 of 4) 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);
121 std::string command_to_string(uint32_t cmd) { in command_to_string() function
99 VLOG(USB) << "Write " << command_to_string(packet->msg.command) in Write()142 VLOG(USB) << "Read " << command_to_string(packet->msg.command) in Read()157 VLOG(USB) << "Read " << command_to_string(packet->msg.command) << " got =" << transferred; in Read()