Home
last modified time | relevance | path

Searched refs:messBodyBuf (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo1/
Dcec_Main.cpp433 u8* messBodyBuf; in CecTest_ShowInboxMessage() local
436 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()