Home
last modified time | relevance | path

Searched refs:DebugBuf (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/util/nanotool/
Dlog.h37 #define LOGD_BUF(buf, len) Log::DebugBuf((const uint8_t *) buf, len)
38 #define LOGD_VEC(vec) Log::DebugBuf(vec)
75 static void DebugBuf(std::vector<uint8_t> vec);
76 static void DebugBuf(const uint8_t *buffer, size_t size);
Dlog.cpp67 void Log::DebugBuf(std::vector<uint8_t> vec) { in DebugBuf() function in android::Log
68 Log::DebugBuf(vec.data(), vec.size()); in DebugBuf()
71 void Log::DebugBuf(const uint8_t *buffer, size_t size) { in DebugBuf() function in android::Log