Searched refs:iTxPacketAlloc (Results 1 – 4 of 4) sorted by relevance
179 if (iTxPacketAlloc) in ~TscSrpBuffer()181 OSCL_DELETE(iTxPacketAlloc); in ~TscSrpBuffer()182 iTxPacketAlloc = NULL; in ~TscSrpBuffer()224 data = iTxPacketAlloc->allocate(MAX_TSCSRP_BUFFER_SZ); in ProcessOutgoingH245Packet()348 iTxPacketAlloc = OSCL_NEW(PVMFSimpleMediaBufferCombinedAlloc, in ConstructL()350 OsclError::LeaveIfNull(iTxPacketAlloc); in ConstructL()
66 iTxPacketAlloc(NULL), in SRP()126 …iTxPacketAlloc = OSCL_NEW(PVMFMediaFragGroupCombinedAlloc<OsclMemAllocator>, (iNumTxMsgs + ((iWNSR… in SrpInitL()127 OsclError::LeaveIfNull(iTxPacketAlloc); in SrpInitL()128 iTxPacketAlloc->create(); in SrpInitL()201 if (iTxPacketAlloc) in SrpReset()203 iTxPacketAlloc->removeRef(); in SrpReset()204 iTxPacketAlloc = NULL; in SrpReset()883 srpPkt = iTxPacketAlloc->allocate(); in SrpCommandCreate()2145 if (((size / iCcsrlSduSize) + 1) > iTxPacketAlloc->NumMsgAvail()) in UpperLayerRx()2147 …RP::UpperLayerRx - Unable allocate enough messages, current num %d", iTxPacketAlloc->NumMsgAvail()… in UpperLayerRx()[all …]
149 iTxPacketAlloc(NULL), in TscSrpBuffer()165 PVMFSimpleMediaBufferCombinedAlloc* iTxPacketAlloc; variable
571 PVMFMediaFragGroupCombinedAlloc<OsclMemAllocator>* iTxPacketAlloc; variable