Home
last modified time | relevance | path

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

/packages/modules/adb/
Dapacket_reader.cpp27 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()
Dadb.h50 std::string command_to_string(uint32_t cmd);
Dadb.cpp121 std::string command_to_string(uint32_t cmd) { in command_to_string() function
/packages/modules/adb/client/
Dusb_libusb_device.cpp99 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()