Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo1/
Dcec_Main.cpp235 u8* cecMessBody = NULL ; in CecTest_CreateMessage() local
256 cecMessBody = reinterpret_cast<u8*>(allocator.Allocate(dataSize)); in CecTest_CreateMessage()
257 if(cecMessBody == NULL){ in CecTest_CreateMessage()
261 std::memset(cecMessBody, 0x04, dataSize); //Fill it in randomly in CecTest_CreateMessage()
263 cecMess.SetMessageBody(cecMessBody, dataSize); in CecTest_CreateMessage()
295 allocator.Free(cecMessBody); in CecTest_CreateMessage()