Home
last modified time | relevance | path

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

/external/opencore/nodes/pvcommsionode/src/
Dpv_comms_io_node.cpp430 …cmd.iControlContext->iMediaIOConfig = OSCL_STATIC_CAST(PvmiCapabilityAndConfig *, iTempCapConfigIn… in RequestCompleted()
445 else if (cmd.iControlContext == &iMediaInputContext && in RequestCompleted()
1054 if (!(haveNewContext = GetNextContextInSequence(aCmd)) && aCmd.iControlContext == NULL) in DoInit()
1061 …else if (aCmd.iControlContext->iControl->connect(aCmd.iControlContext->iMediaSession, this) != PVM… in DoInit()
1082 if (aCmd.iControlContext == NULL) in DoPrepare()
1098 if (aCmd.iControlContext == NULL) in DoStart()
1126 if (aCmd.iControlContext == NULL) in DoStop()
1149 if (aCmd.iControlContext == NULL) in DoFlush()
1198 if (aCmd.iControlContext == NULL) in DoPause()
1331 … iMediaIOCmdId = aCmd.iControlContext->iControl->QueryInterface(PVMI_CAPABILITY_AND_CONFIG_PVUUID, in SendMioRequest()
[all …]
Dpv_comms_io_node.h174 MIOControlContextElement *iControlContext; variable
181 iControlContext = NULL; in BaseConstruct()
188 iControlContext = aCmd.iControlContext; in Copy()