OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugBuf
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/util/nanotool/
log.h
37
#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);
log.cpp
67
void Log::
DebugBuf
(std::vector<uint8_t> vec) {
68
Log::
DebugBuf
(vec.data(), vec.size());
71
void Log::
DebugBuf
(const uint8_t *buffer, size_t size) {
Completed in 202 milliseconds