Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscmain.cpp2178 Tsc324mNodeCommand* found_cmd = iCmdQueue.FindById((PVMFCommandId)cmd.iParam1); in DoCancelCommand() local
2179 if (found_cmd) in DoCancelCommand()
2181 iCmdQueue.Erase(found_cmd); in DoCancelCommand()