Home
last modified time | relevance | path

Searched refs:channel2 (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/dom/default/
DPlatformMessagePortChannel.cpp126 … RefPtr<PlatformMessagePortChannel> channel2 = PlatformMessagePortChannel::create(queue2, queue1); in createChannel() local
129 channel1->setEntangledChannel(channel2); in createChannel()
130 channel2->setEntangledChannel(channel1); in createChannel()
133 port1->entangle(MessagePortChannel::create(channel2)); in createChannel()
/external/opencore/protocols/rtsp_parcom/src/
Drtsp_transport.h45 uint16 channel2; member
Drtsp_par_com_incoming_message.cpp1169 rtspTrans->channel2 = rtspTrans->channel1 + 1; in parseOneTransportEntry()
1187 rtspTrans->channel2 = tmp; in parseOneTransportEntry()
Drtsp_par_com_outgoing_message.cpp912 rtspTrans->channel2); in composeTransport()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp3554 … iSessionInfo.iSelectedStream[i].iSerRTCPPort = iIncomingMsg.transport[0].channel2; //RTCP in processIncomingMessage()