Searched refs:cecMessBody (Results 1 – 1 of 1) sorted by relevance
235 u8* cecMessBody = NULL ; in CecTest_CreateMessage() local256 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()