Searched refs:cecMessage (Results 1 – 1 of 1) sorted by relevance
379 nn::cec::Message cecMessage; in CecTest_ShowInboxMessage() local394 result = cecMessBox.ReadMessage(cecMessage, buf, messSize, boxType, messId); in CecTest_ShowInboxMessage()409 result = cecMessage.GetIcon(&p_icon, &iconSize); in CecTest_ShowInboxMessage()419 result = cecMessage.GetInfoText(&p_infoStr, &infoStrLen); in CecTest_ShowInboxMessage()426 NN_LOG(" Send Count: %d\n",cecMessage.GetSendCount()); in CecTest_ShowInboxMessage()429 NN_LOG(" Propagation Count: %d\n",cecMessage.GetPropagationCount()); in CecTest_ShowInboxMessage()432 u32 messBodySize = cecMessage.GetBodySize(); in CecTest_ShowInboxMessage()442 cecMessage.GetMessageBody(messBodyBuf, messBodySize);// Get in CecTest_ShowInboxMessage()