Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog.h112 int intBuf = _value; \
113 (void)android_btWriteLog(_tag, EVENT_TYPE_INT, &intBuf, sizeof(intBuf)); \
/system/core/liblog/tests/
Dliblog_test.cpp135 int intBuf = 0xDEADBEEF; in TEST() local
137 __android_log_btwrite(0, EVENT_TYPE_INT, &intBuf, sizeof(intBuf))); in TEST()