Home
last modified time | relevance | path

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

/external/opencore/engines/2way/src/
Dpv_2way_engine.h582 class TPV2WayNodeCmdInfo
585 TPV2WayNodeCmdInfo() : type(PV2WAY_NODE_CMD_INIT), in TPV2WayNodeCmdInfo() function
590 ~TPV2WayNodeCmdInfo() {}; in ~TPV2WayNodeCmdInfo()
845 TPV2WayNodeCmdInfo *FindPendingNodeCmd(PVMFNodeInterface *aNode, PVMFCommandId aId);
1003 Oscl_Vector<TPV2WayNodeCmdInfo *, BasicAlloc> iFreeNodeCmdInfo;
1004 Oscl_Vector<TPV2WayNodeCmdInfo *, BasicAlloc> iPendingNodeCmdInfo;
1005 TPV2WayNodeCmdInfo iNodeCmdInfo[MAX_PENDING_2WAY_NODE_COMMANDS];
Dpv_2way_engine.cpp3365 TPV2WayNodeCmdInfo *info = FindPendingNodeCmd(data->iNode, aResponse.GetCmdId()); in NodeCommandCompleted()
4639 TPV2WayNodeCmdInfo *info; in SendNodeCmdL()
4661 info = (TPV2WayNodeCmdInfo *)iFreeNodeCmdInfo[0]; in SendNodeCmdL()
4858 TPV2WayNodeCmdInfo *CPV324m2Way::FindPendingNodeCmd(PVMFNodeInterface *aNode, in FindPendingNodeCmd()
4879 TPV2WayNodeCmdInfo **info = NULL; in RemovePendingNodeCmd()