Searched refs:iRequestedIncomingChannels (Results 1 – 2 of 2) sorted by relevance
1710 iRequestedIncomingChannels[port] = incoming_lcn; in DoRequestPort()1783 iter = iRequestedIncomingChannels.find(port); in DoReleasePort()1784 if (iter != iRequestedIncomingChannels.end()) in DoReleasePort()1786 iRequestedIncomingChannels[port]->Flush(); in DoReleasePort()1788 iRequestedIncomingChannels[port]->GetLogicalChannelNumber()); in DoReleasePort()1791 iRequestedIncomingChannels.erase(iter); in DoReleasePort()
656 … Oscl_Map<PVMFPortInterface*, H223IncomingChannelPtr, OsclMemAllocator> iRequestedIncomingChannels; variable