Home
last modified time | relevance | path

Searched refs:hexdump (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
Dadb_handler.cpp58 LOG(VERBOSE) << hexdump(data, size); in processClientRequest()
150 LOG(VERBOSE) << hexdump(msg, len); in handleMessage()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DSupport.h31 std::string hexdump(const void *_data, size_t size);
/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPClientConnection.cpp204 LOG(INFO) << hexdump(mInBuffer.data(), len); in handleResponse()
213 LOG(INFO) << hexdump(mInBuffer.data(), contentLength); in handleResponse()
DSupport.cpp37 std::string hexdump(const void* _data, size_t size) { in hexdump() function
DWebSocketHandler.cpp126 std::cerr << hexdump(msg, len); in handleMessage()