Home
last modified time | relevance | path

Searched refs:iRTSPParserState (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp100 iRTSPParserState(RTSPParser::WAITING_FOR_DATA), in PVRTSPEngineNode()
1083 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in Run()
1092 else if (RTSPParser::ENTITY_BODY_IS_READY == iRTSPParserState) in Run()
1876 if (RTSPParser::REQUEST_IS_READY != iRTSPParserState) in SendRtspDescribe()
1952 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in SendRtspDescribe()
2025 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in SendRtspDescribe()
2067 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in SendRtspDescribe()
2084 else if (RTSPParser::ENTITY_BODY_IS_READY == iRTSPParserState) in SendRtspDescribe()
2164 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in SendRtspSetup()
2230 else if (RTSPParser::ENTITY_BODY_IS_READY == iRTSPParserState) in SendRtspSetup()
[all …]
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h750 RTSPParser::ParserState iRTSPParserState; variable