Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/default/
DPlatformMessagePortChannel.cpp125 … RefPtr<PlatformMessagePortChannel> channel1 = PlatformMessagePortChannel::create(queue1, queue2); in createChannel() local
129 channel1->setEntangledChannel(channel2); in createChannel()
130 channel2->setEntangledChannel(channel1); in createChannel()
134 port2->entangle(MessagePortChannel::create(channel1)); in createChannel()
/external/opencore/protocols/rtsp_parcom/src/
Drtsp_transport.h44 uint16 channel1; member
Drtsp_par_com_incoming_message.cpp1157 rtspTrans->channel1 = tmp; in parseOneTransportEntry()
1160 if (rtspTrans->channel1 >= MAX_CHANNEL_VALUE) in parseOneTransportEntry()
1169 rtspTrans->channel2 = rtspTrans->channel1 + 1; in parseOneTransportEntry()
Drtsp_par_com_outgoing_message.cpp911 oscl_snprintf(tmp, 63, ";interleaved=%d-%d", rtspTrans->channel1, in composeTransport()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp3553 … iSessionInfo.iSelectedStream[i].iSerRTPPort = iIncomingMsg.transport[0].channel1; //RTP in processIncomingMessage()