Searched refs:messBodyBuf (Results 1 – 1 of 1) sorted by relevance
433 u8* messBodyBuf; in CecTest_ShowInboxMessage() local436 messBodyBuf = reinterpret_cast<u8*>(allocator.Allocate(messBodySize));// Allocate buffer in CecTest_ShowInboxMessage()437 if(messBodyBuf == NULL) in CecTest_ShowInboxMessage()442 cecMessage.GetMessageBody(messBodyBuf, messBodySize);// Get in CecTest_ShowInboxMessage()443 BinaryDump(messBodyBuf, 32, 1); // Dump only 32 bytes in CecTest_ShowInboxMessage()445 allocator.Free(messBodyBuf); in CecTest_ShowInboxMessage()