Home
last modified time | relevance | path

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

/packages/modules/adb/
Dadb_io.cpp98 << dump_hex(reinterpret_cast<const unsigned char*>(buf), len0); in ReadFdExactly()
108 << dump_hex(reinterpret_cast<const unsigned char*>(buf), len); in WriteFdExactly()
182 << dump_hex(buf, result); in ReadOrderlyShutdown()
Dadb_utils.cpp161 std::string dump_hex(const void* data, size_t byte_count) { in dump_hex() function
227 result += dump_hex(p->payload.data(), p->payload.size()); in dump_packet()
Dadb_utils.h47 std::string dump_hex(const void* ptr, size_t byte_count);
/packages/modules/adb/daemon/
Dshell_service.cpp888 LOG(INFO) << "StartCommandInProcess(" << dump_hex(name.data(), name.size()) << ")"; in StartCommandInProcess()