Home
last modified time | relevance | path

Searched refs:cseq (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_par_com_message.cpp38 cseq = 0; in reset()
Drtsp_par_com_outgoing_message.cpp518 cseq, CHAR_CR, CHAR_LF); in compose()
839 cseq = incoming.cseq; in bind()
Drtsp_par_com_message.h52 uint32 cseq; variable
Drtsp_par_com_incoming_message.cpp697 PV_atoi(valuePtr, 'd', cseq); in parseNextPortion()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp2405 iMsg.cseq = iOutgoingSeq++; in composeOptionsRequest()
2457 iMsg.cseq = iOutgoingSeq++; in composeDescribeRequest()
2565 iSrvResponse->cseq = aMsg.cseq; in processServerRequest()
2652 iSrvResponse->cseq = aMsg.cseq; in processEntityBody()
3003 iMsg.cseq = iOutgoingSeq++; in composeSetupRequest()
3035 aMsg.cseq = iOutgoingSeq++; in composePlayRequest()
3132 aMsg.cseq = iOutgoingSeq++; in composePauseRequest()
3172 aMsg.cseq = iOutgoingSeq++; in composeStopRequest()
3495 if (tmpOutgoingMsg->cseq != iIncomingMsg.cseq) in processIncomingMessage()
4418 aMsg.cseq = iOutgoingSeq++; in composeKeepAliveRequest()
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h339 return aCmd.cseq; in GetPriority()