Home
last modified time | relevance | path

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

/external/opencore/engines/2way/src/
Dpv_2way_proxy_adapter.cpp315 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg); in GetSDKInfo()
325 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg); in GetSDKModuleInfo()
335 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg); in Init()
346 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg); in Reset()
358 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg); in AddDataSource()
368 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg); in RemoveDataSource()
380 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg); in AddDataSink()
390 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg); in RemoveDataSink()
402 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg); in Connect()
412 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg); in Disconnect()
[all …]
/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_interface.cpp430 if ((ipProxy->SendCommand(iProxyId, GET_CONFIG, (OsclAny*) Msg)) == false) in ProxyGetConfig()
459 if ((ipProxy->SendCommand(iProxyId, SET_CONFIG, (OsclAny*) Msg)) == false) in ProxySetConfig()
485 if ((ipProxy->SendCommand(iProxyId, GET_EXT, (OsclAny*) Msg)) == false) in ProxyGetExtensionIndex()
511 if ((ipProxy->SendCommand(iProxyId, GET_ST, (OsclAny*) Msg)) == false) in ProxyGetState()
538 if ((ipProxy->SendCommand(iProxyId, GET_PARAMS, (OsclAny*) Msg)) == false) in ProxyGetParameter()
567 if ((ipProxy->SendCommand(iProxyId, SET_PARAMS, (OsclAny*) Msg)) == false) in ProxySetParameter()
598 if ((ipProxy->SendCommand(iProxyId, USE_BUF, (OsclAny*) Msg)) == false) in ProxyUseBuffer()
627 if ((ipProxy->SendCommand(iProxyId, ALLOC_BUF, (OsclAny*) Msg)) == false) in ProxyAllocateBuffer()
653 if ((ipProxy->SendCommand(iProxyId, FREE_BUF, (OsclAny*) Msg)) == false) in ProxyFreeBuffer()
678 if ((ipProxy->SendCommand(iProxyId, SET_CALL, (OsclAny*) Msg)) == false) in ProxySetCallbacks()
[all …]
Dpv_omx_proxied_interface.h101 … virtual TPVProxyMsgId SendCommand(TPVProxyId aProxyId, TPVCommandId cmdid, OsclAny* aCmd) = 0;
Dpv_omx_interface_proxy.h142 … OSCL_IMPORT_REF TPVProxyMsgId SendCommand(TPVProxyId aProxyId, TPVCommandId cmdid, OsclAny *aCmd);
Dpv_omx_interface_proxy.cpp483 OSCL_EXPORT_REF TPVProxyMsgId CPVInterfaceProxy_OMX::SendCommand(TPVProxyId aProxyId, TPVCommandId … in SendCommand() function in CPVInterfaceProxy_OMX
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_h324m_config.cpp1082 OSCL_TRY(error, iMainProxy->SendCommand(iProxyId, cmd)); in SetMultiplexLevel()
1092 OSCL_TRY(error, iMainProxy->SendCommand(iProxyId, cmd)); in SetMaxSduSize()
1102 OSCL_TRY(error, iMainProxy->SendCommand(iProxyId, cmd)); in SetMaxSduSizeR()
1112 OSCL_TRY(error, iMainProxy->SendCommand(iProxyId, cmd)); in SetAl2SequenceNumbers()
1122 OSCL_TRY(error, iMainProxy->SendCommand(iProxyId, cmd)); in SetAl3ControlFieldOctets()
1132 OSCL_TRY(error, iMainProxy->SendCommand(iProxyId, cmd)); in SetMaxPduSize()
1142 OSCL_TRY(error, iMainProxy->SendCommand(iProxyId, cmd)); in SetTerminalType()
1153 OSCL_TRY(error, iMainProxy->SendCommand(iProxyId, cmd)); in SetALConfiguration()
1163 OSCL_TRY(error, iMainProxy->SendCommand(iProxyId, cmd)); in SendRme()
1173 OSCL_TRY(error, iMainProxy->SendCommand(iProxyId, cmd)); in SetMaxMuxPduSize()
[all …]
/external/opencore/baselibs/thread_messaging/src/
Dpv_proxied_interface.h95 virtual TPVProxyMsgId SendCommand(TPVProxyId aProxyId, OsclAny* aCmd) = 0;
Dpv_interface_proxy.h133 OSCL_IMPORT_REF TPVProxyMsgId SendCommand(TPVProxyId aProxyId, OsclAny *aCmd);
Dpv_interface_proxy.cpp429 OSCL_EXPORT_REF TPVProxyMsgId CPVInterfaceProxy::SendCommand(TPVProxyId aProxyId, OsclAny *aCmd) in SendCommand() function in CPVInterfaceProxy
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp144 iOmxComponent.SendCommand = OmxComponentAmrEncoderAO::BaseComponentProxySendCommand; in ConstructComponent()
160 iOmxComponent.SendCommand = OmxComponentAmrEncoderAO::BaseComponentSendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp149 iOmxComponent.SendCommand = OpenmaxMp3AO::BaseComponentProxySendCommand; in ConstructComponent()
165 iOmxComponent.SendCommand = OpenmaxMp3AO::BaseComponentSendCommand; in ConstructComponent()
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Component.h364 OMX_ERRORTYPE (*SendCommand)( member
DOMX_Core.h767 ((OMX_COMPONENTTYPE*)hComponent)->SendCommand( \
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp157 iOmxComponent.SendCommand = OpenmaxAacAO::BaseComponentProxySendCommand; in ConstructComponent()
173 iOmxComponent.SendCommand = OpenmaxAacAO::BaseComponentSendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp154 iOmxComponent.SendCommand = OpenmaxAvcAO::BaseComponentProxySendCommand; in ConstructComponent()
170 iOmxComponent.SendCommand = OpenmaxAvcAO::BaseComponentSendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp152 iOmxComponent.SendCommand = OpenmaxAmrAO::BaseComponentProxySendCommand; in ConstructComponent()
168 iOmxComponent.SendCommand = OpenmaxAmrAO::BaseComponentSendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp218 iOmxComponent.SendCommand = OmxComponentMpeg4EncAO::BaseComponentProxySendCommand; in ConstructComponent()
234 iOmxComponent.SendCommand = OmxComponentMpeg4EncAO::BaseComponentSendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp233 iOmxComponent.SendCommand = OpenmaxMpeg4AO::BaseComponentProxySendCommand; in ConstructComponent()
249 iOmxComponent.SendCommand = OpenmaxMpeg4AO::BaseComponentSendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp156 iOmxComponent.SendCommand = OmxComponentAvcEncAO::BaseComponentProxySendCommand; in ConstructComponent()
172 iOmxComponent.SendCommand = OmxComponentAvcEncAO::BaseComponentSendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h346 OMX_ERRORTYPE SendCommand(
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp1511 Status = pOpenmaxAOType->SendCommand(hComponent, Cmd, nParam, pCmdData); in BaseComponentSendCommand()
1516 OMX_ERRORTYPE OmxComponentBase::SendCommand( in SendCommand() function in OmxComponentBase