Searched refs:aMediaMsgPtr (Results 1 – 5 of 5) sorted by relevance
1819 PVMFSharedMediaMsgPtr aMediaMsgPtr; in HandleRecvComplete() local1820 convertToPVMFMediaMsg(aMediaMsgPtr, iSockConfig->iPendingRecvMediaData); in HandleRecvComplete()1822 PVMFStatus status = iSockConfig->iPVMFPort->QueueOutgoingMsg(aMediaMsgPtr); in HandleRecvComplete()
937 … virtual PVMFStatus RetrievePacket(PVMFSharedMediaMsgPtr& aMediaMsgPtr, bool& aCmdPacket) = 0;1138 …OSCL_IMPORT_REF virtual PVMFStatus RetrievePacket(PVMFSharedMediaMsgPtr& aMediaMsgPtr, bool& aCmdP…
447 OSCL_EXPORT_REF PVMFStatus PVMFJitterBufferImpl::RetrievePacket(PVMFSharedMediaMsgPtr& aMediaMsgPtr… in RetrievePacket() argument451 if (CanRetrievePacket(aMediaMsgPtr, aCmdPacket)) in RetrievePacket()
2116 PVMFSharedMediaMsgPtr aMediaMsgPtr; in HandleRecvComplete() local2117 convertToPVMFMediaMsg(aMediaMsgPtr, aSockConfig.iPendingRecvMediaData); in HandleRecvComplete()2122 PVMFStatus status = aSockConfig.iPVMFPort->QueueOutgoingMsg(aMediaMsgPtr); in HandleRecvComplete()
4672 PVMFSharedMediaMsgPtr aMediaMsgPtr; in DispatchEmbeddedData() local4673 convertToPVMFMediaMsg(aMediaMsgPtr, iEmbeddedDataPtr); in DispatchEmbeddedData()4674 PVMFStatus status = pvPort->QueueOutgoingMsg(aMediaMsgPtr); in DispatchEmbeddedData()