Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp1259 bool PVRTSPEngineNode::ProcessCommand(PVRTSPEngineCommand& aInCmd) in ProcessCommand() argument
1272 if (iRunningCmdQueue.size() > 0 && !aInCmd.hipri()) in ProcessCommand()
1279 OSCL_TRY(err, iRunningCmdQueue.StoreL(aInCmd);); in ProcessCommand()
1283 CommandComplete(iPendingCmdQueue, aInCmd, PVMFErrNoMemory); in ProcessCommand()
1286 iPendingCmdQueue.Erase(&aInCmd); in ProcessCommand()