Searched refs:dataSize (Results 1 – 1 of 1) sorted by relevance
228 size_t dataSize, in CecTest_CreateMessage() argument254 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()