Home
last modified time | relevance | path

Searched refs:REQUEST_IS_READY (Results 1 – 3 of 3) sorted by relevance

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_parser.h62 REQUEST_IS_READY, enumerator
Drtsp_parser.cpp128 REQUEST_IS_READY : ERROR_REQUEST_TOO_BIG; in getState()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp1083 if (RTSPParser::REQUEST_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()
2164 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in SendRtspSetup()
2771 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in SendRtspPlay()
3987 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in SendRtspPause()
4108 if (clearEventQueue() && (RTSPParser::REQUEST_IS_READY != iRTSPParserState)) in SendRtspTeardown()
4899 case RTSPParser::REQUEST_IS_READY: in rtspParserLoop()