Home
last modified time | relevance | path

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

/external/opencore/engines/2way/src/
Dpv_2way_engine.cpp2825 iPendingNodeCmdInfo.reserve(MAX_PENDING_2WAY_NODE_COMMANDS); in ConstructL()
4854 iPendingNodeCmdInfo.push_back(info); in SendNodeCmdL()
4861 for (uint32 i = 0; i < iPendingNodeCmdInfo.size(); i++) in FindPendingNodeCmd()
4863 if ((iPendingNodeCmdInfo[i]->context.iNode == aNode) && in FindPendingNodeCmd()
4864 (iPendingNodeCmdInfo[i]->id == aId)) in FindPendingNodeCmd()
4866 return iPendingNodeCmdInfo[i]; in FindPendingNodeCmd()
4881 info = iPendingNodeCmdInfo.begin(); in RemovePendingNodeCmd()
4882 while (info != iPendingNodeCmdInfo.end()) in RemovePendingNodeCmd()
4889 iPendingNodeCmdInfo.erase(info); in RemovePendingNodeCmd()
4890 info = iPendingNodeCmdInfo.begin(); in RemovePendingNodeCmd()
Dpv_2way_engine.h1004 Oscl_Vector<TPV2WayNodeCmdInfo *, BasicAlloc> iPendingNodeCmdInfo; variable