Searched refs:intBuf (Results 1 – 2 of 2) sorted by relevance
127 int intBuf = _value; \128 (void)android_btWriteLog(_tag, EVENT_TYPE_INT, &intBuf, sizeof(intBuf)); \
79 int intBuf = 0xDEADBEEF; in TEST() local81 __android_log_btwrite(0, EVENT_TYPE_INT, &intBuf, sizeof(intBuf))); in TEST()