Searched refs:aRTPSessionInfo (Results 1 – 3 of 3) sorted by relevance
37 …Exchanger* PVFirewallPacketExchanger::New(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo) in New() argument42 pExchanger = OSCL_NEW(PVFirewallPacketExchanger, (aRTPSessionInfo)); in New()179 …irewallPacketExchanger::SetRTPSessionInfo(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo) in SetRTPSessionInfo() argument181 …iRTPSessionInfoForFirewallExchange.ipRTPDataJitterBufferPort = aRTPSessionInfo.ipRTPDataJitterBuff… in SetRTPSessionInfo()182 iRTPSessionInfoForFirewallExchange.iSSRC = aRTPSessionInfo.iSSRC; in SetRTPSessionInfo()218 …mpl::SetRTPSessionInfoForFirewallExchange(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo) in SetRTPSessionInfoForFirewallExchange() argument223 …if ((*iter)->GetRTPSessionInfo().ipRTPDataJitterBufferPort == aRTPSessionInfo.ipRTPDataJitterBuffe… in SetRTPSessionInfoForFirewallExchange()225 (*iter)->SetRTPSessionInfo(aRTPSessionInfo); in SetRTPSessionInfoForFirewallExchange()230 …irewallPacketExchanger* pFirewallPacketExchanger = PVFirewallPacketExchanger::New(aRTPSessionInfo); in SetRTPSessionInfoForFirewallExchange()
88 … static PVFirewallPacketExchanger* New(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo);94 void SetRTPSessionInfo(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo);96 PVFirewallPacketExchanger(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo) in PVFirewallPacketExchanger() argument98 …iRTPSessionInfoForFirewallExchange.ipRTPDataJitterBufferPort = aRTPSessionInfo.ipRTPDataJitterBuff… in PVFirewallPacketExchanger()99 iRTPSessionInfoForFirewallExchange.iSSRC = aRTPSessionInfo.iSSRC; in PVFirewallPacketExchanger()130 …oid SetRTPSessionInfoForFirewallExchange(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo);
215 RTPSessionInfoForFirewallExchange(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo) in RTPSessionInfoForFirewallExchange() argument217 ipRTPDataJitterBufferPort = aRTPSessionInfo.ipRTPDataJitterBufferPort; in RTPSessionInfoForFirewallExchange()218 iSSRC = aRTPSessionInfo.iSSRC; in RTPSessionInfoForFirewallExchange()