Lines Matching refs:i
107 u32 i, j; in BinaryDump() local
109 for (i=0; i<len; i++) in BinaryDump()
112 NN_LOG(" %02x", data[i]); in BinaryDump()
113 if(type == 1 && i%16==7) in BinaryDump()
118 charprint[i%16] = data[i]; in BinaryDump()
119 if(i%16==15){ in BinaryDump()
317 for(int i=0; i<cecMessBox.GetBoxMessageNum(boxType[type]); i++) in CecTest_ShowBoxMessageList() local
319 … NN_LOG(" %sBOX Message[%d]\n",(boxType[type]==nn::cec::CEC_BOXTYPE_INBOX)?"IN":"OUT", i); in CecTest_ShowBoxMessageList()
320 … nn::cec::MessageId messId = nn::cec::MessageId(cecMessBox.GetMessageId(boxType[type], i)); in CecTest_ShowBoxMessageList()
323 … NN_LOG(" GetMessageMessSize: %d\n", cecMessBox.GetMessageSize(boxType[type], i)); in CecTest_ShowBoxMessageList()
324 … NN_LOG(" GetMessageBodySize: %d\n", cecMessBox.GetMessageBodySize(boxType[type], i)); in CecTest_ShowBoxMessageList()
325 … NN_LOG(" GetMessageGroupId: %d\n", cecMessBox.GetMessageGroupId(boxType[type], i)); in CecTest_ShowBoxMessageList()
326 … NN_LOG(" GetMessageSessionId: %d\n", cecMessBox.GetMessageSessionId(boxType[type], i)); in CecTest_ShowBoxMessageList()
327 … NN_LOG(" GetMessageTypeFlag: 0x%02x\n", cecMessBox.GetMessageTypeFlag(boxType[type], i)); in CecTest_ShowBoxMessageList()
328 … NN_LOG(" GetMessageSendMode: 0x%02x\n", cecMessBox.GetMessageSendMode(boxType[type], i)); in CecTest_ShowBoxMessageList()
329 … NN_LOG(" GetMessageSendCount: %d\n", cecMessBox.GetMessageSendCount(boxType[type], i)); in CecTest_ShowBoxMessageList()
330 …LOG(" GetMessagePropagationCount: %d\n", cecMessBox.GetMessagePropagationCount(boxType[type], i)); in CecTest_ShowBoxMessageList()
377 for(int i=0; i<inboxMessNum; i++) in CecTest_ShowInboxMessage() local
381 cecMessBox.GetMessageId(&messId, boxType, i); in CecTest_ShowInboxMessage()
384 size_t messSize = cecMessBox.GetMessageSize(boxType, i); in CecTest_ShowInboxMessage()
397 NN_LOG("### [Message %d]ReadMessage Error\n", i); in CecTest_ShowInboxMessage()
404 NN_LOG(" ===== (%02d) messageId [%s]\n", i, messId.GetString()); in CecTest_ShowInboxMessage()
464 for(int i=0; i < notificationData.num; i++) in ReceiveEventThread() local
467 DateParam2Str(dateStr, notificationData.param[i].recvDate); in ReceiveEventThread()
468 NN_LOG("(%02d)[%s][0x%08x][%s]\n", i, dateStr, notificationData.param[i].cecTitleId, in ReceiveEventThread()
469 nn::cec::MessageId(notificationData.param[i].messageId).GetEncodedString()); in ReceiveEventThread()