Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp99 iRTSPParser(NULL), in PVRTSPEngineNode()
241 if (iRTSPParser) in ~PVRTSPEngineNode()
243 OSCL_DELETE(iRTSPParser); in ~PVRTSPEngineNode()
244 iRTSPParser = NULL; in ~PVRTSPEngineNode()
946 if (!iRTSPParser->registerDataBufferWritten(incomingMessageLen)) in HandleSocketEvent()
949 iRTSPParser->flush(); in HandleSocketEvent()
1368 OSCL_DELETE(iRTSPParser); in DispatchCommand()
1369 iRTSPParser = NULL; in DispatchCommand()
1697 if (!iRTSPParser) in SendRtspDescribe()
1699 iRTSPParser = OSCL_NEW(RTSPParser, ()); in SendRtspDescribe()
[all …]
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h749 RTSPParser *iRTSPParser; variable