Searched refs:intBuf (Results 1 – 2 of 2) sorted by relevance
112 int intBuf = _value; \113 (void)android_btWriteLog(_tag, EVENT_TYPE_INT, &intBuf, sizeof(intBuf)); \
135 int intBuf = 0xDEADBEEF; in TEST() local137 __android_log_btwrite(0, EVENT_TYPE_INT, &intBuf, sizeof(intBuf))); in TEST()