Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h318 typedef PVMFNodeCommandQueue<PVRTSPEngineCommand, PVRTSPEngineNodeAllocator> PVRTSPEngineNodeCmdQ; typedef
812 PVRTSPEngineNodeCmdQ iCancelCmdQueue;
814 PVRTSPEngineNodeCmdQ iPendingCmdQueue;
821 PVRTSPEngineNodeCmdQ iRunningCmdQueue;
911 void CommandComplete(PVRTSPEngineNodeCmdQ&,
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp1543 void PVRTSPEngineNode::CommandComplete(PVRTSPEngineNodeCmdQ& aCmdQ, in CommandComplete()