Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo1/
Dcec_Main.cpp228 size_t dataSize, in CecTest_CreateMessage() argument
254 if(dataSize>0) in CecTest_CreateMessage()
256 cecMessBody = reinterpret_cast<u8*>(allocator.Allocate(dataSize)); in CecTest_CreateMessage()
261 std::memset(cecMessBody, 0x04, dataSize); //Fill it in randomly in CecTest_CreateMessage()
263 cecMess.SetMessageBody(cecMessBody, dataSize); in CecTest_CreateMessage()
293 if(dataSize>0) in CecTest_CreateMessage()