Home
last modified time | relevance | path

Searched refs:RTSPIncomingMessage (Results 1 – 7 of 7) sorted by relevance

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_parser.h83 RTSPIncomingMessage * requestStruct;
106 void dealWithLineContinuations(RTSPIncomingMessage *);
107 void dealWithFieldRepetitions(RTSPIncomingMessage *);
134 registerNewRequestStruct(RTSPIncomingMessage * newRequestStruct);
Drtsp_par_com_message.h125 class RTSPIncomingMessage
194 RTSPIncomingMessage() in RTSPIncomingMessage() function
232 RTSPIncomingMessage * boundMessage;
257 OSCL_IMPORT_REF void bind(const RTSPIncomingMessage & theMessage);
Drtsp_par_com_incoming_message.cpp24 RTSPIncomingMessage::reset() in reset()
57 RTSPIncomingMessage::parseFirstFields() in parseFirstFields()
572 RTSPIncomingMessage::parseNextPortion() in parseNextPortion()
784 RTSPIncomingMessage::parseSupported(const char *supportedString, int length) in parseSupported()
884 RTSPIncomingMessage::parseTransport(uint16 fieldIdx) in parseTransport()
904 RTSPIncomingMessage::parseOneTransportEntry(char*& trans, char *final_end) in parseOneTransportEntry()
1454 RTSPIncomingMessage::parseRTPInfo(uint16 fieldIdx) in parseRTPInfo()
1473 RTSPIncomingMessage::parseOneRTPInfoEntry(char * & cPtr, char * finishPtr) in parseOneRTPInfoEntry()
1639 RTSPIncomingMessage::parseEntityBody(RTSPEntityBody * entityBody) in parseEntityBody()
Drtsp_parser.cpp229 RTSPParser::registerNewRequestStruct(RTSPIncomingMessage * newRequestStruct) in registerNewRequestStruct()
808 RTSPParser::dealWithLineContinuations(RTSPIncomingMessage * theStruct) in dealWithLineContinuations()
898 RTSPParser::dealWithFieldRepetitions(RTSPIncomingMessage * theStruct) in dealWithFieldRepetitions()
Drtsp_par_com_outgoing_message.cpp832 RTSPOutgoingMessage::bind(const RTSPIncomingMessage & incoming) in bind()
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h751 RTSPIncomingMessage iIncomingMsg;
933 PVMFStatus processIncomingMessage(RTSPIncomingMessage &iIncomingMsg);
934 PVMFStatus processServerRequest(RTSPIncomingMessage &aMsg);
935 PVMFStatus processEntityBody(RTSPIncomingMessage &aMsg, OsclMemoryFragment &aEntityMemFrag);
937 PVMFStatus processCommonResponse(RTSPIncomingMessage &aMsg);
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp2527 PVMFStatus PVRTSPEngineNode::processServerRequest(RTSPIncomingMessage &aMsg) in processServerRequest()
2616 PVMFStatus PVRTSPEngineNode::processEntityBody(RTSPIncomingMessage &aMsg, OsclMemoryFragment &aEnti… in processEntityBody()
3341 PVMFStatus PVRTSPEngineNode::processCommonResponse(RTSPIncomingMessage &aMsg) in processCommonResponse()
3442 PVMFStatus PVRTSPEngineNode::processIncomingMessage(RTSPIncomingMessage &iIncomingMsg) in processIncomingMessage()