Searched refs:HioPacketChannel (Results 1 – 4 of 4) sorted by relevance
26 const s32 HioPacketChannel::PACKET_HEADER_ID = 0x06F7D144;27 const size_t HioPacketChannel::BUFFER_SIZE = 1024;28 void* HioPacketChannel::s_HioWorkMemory = NULL;29 nw::os::IAllocator* HioPacketChannel::s_DeviceAllocatorForHioWorkMemory = NULL;32 HioPacketChannel* 33 HioPacketChannel::Builder::Create( in Create()41 void* memory = allocator->Alloc(sizeof(HioPacketChannel)); in Create()44 HioPacketChannel* hioPacketChannel = in Create()45 new(memory) HioPacketChannel(allocator, deviceAllocator, m_Description); in Create()52 HioPacketChannel::Destroy() in Destroy()[all …]
59 nw::demo::HioPacketChannel::Initialize(m_DeviceAllocator); in Initialize()61 m_HioPacketChannel = nw::demo::HioPacketChannel::Builder() in Initialize()109 nw::demo::HioPacketChannel::Finalize(); in Initialize()169 nw::demo::HioPacketChannel::Finalize(); in Finalize()
36 class HioPacketChannel82 HioPacketChannel* Create(204 HioPacketChannel(210 ~HioPacketChannel();240 class HioPacketChannel256 HioPacketChannel* Create(os::IAllocator* ,os::IAllocator* ) { return NULL; } in Create()267 HioPacketChannel(os::IAllocator* ,os::IAllocator* ,const Description& ){ } in HioPacketChannel() function268 ~HioPacketChannel() { } in ~HioPacketChannel()
647 nw::demo::HioPacketChannel* m_HioPacketChannel;