Home
last modified time | relevance | path

Searched refs:LOGD_BUF (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) macro
Dandroidcontexthub.cpp220 LOGD_BUF(message.data(), message.size()); in WriteEvent()