Searched refs:channel1 (Results 1 – 5 of 5) sorted by relevance
125 … RefPtr<PlatformMessagePortChannel> channel1 = PlatformMessagePortChannel::create(queue1, queue2); in createChannel() local129 channel1->setEntangledChannel(channel2); in createChannel()130 channel2->setEntangledChannel(channel1); in createChannel()134 port2->entangle(MessagePortChannel::create(channel1)); in createChannel()
44 uint16 channel1; member
1157 rtspTrans->channel1 = tmp; in parseOneTransportEntry()1160 if (rtspTrans->channel1 >= MAX_CHANNEL_VALUE) in parseOneTransportEntry()1169 rtspTrans->channel2 = rtspTrans->channel1 + 1; in parseOneTransportEntry()
911 oscl_snprintf(tmp, 63, ";interleaved=%d-%d", rtspTrans->channel1, in composeTransport()
3553 … iSessionInfo.iSelectedStream[i].iSerRTPPort = iIncomingMsg.transport[0].channel1; //RTP in processIncomingMessage()