/external/opencore/engines/2way/src/ |
D | pv_2way_proxy_adapter.cpp | 157 iProxyId = iPVProxy->RegisterProxiedInterface(*this, *this); in ConstructL() 253 iPVProxy->SendNotification(iProxyId, (OsclAny*)msg); in ProcessMessage() 315 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() [all …]
|
D | pv_2way_proxy_adapter.h | 272 TPVProxyId iProxyId; variable
|
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | omx_proxy_interface.cpp | 66 iProxyId = TERM_PROXY_ID; in ProxyApplication_OMX() 125 iProxyId = proxy.RegisterProxiedInterface(*this, *this); in PVThreadLogon() 132 proxy.UnregisterProxiedInterface(iProxyId); in PVThreadLogoff() 430 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() [all …]
|
D | pv_omx_interface_proxy.h | 68 : iProxyId(id), iMsgId(MsgId), iCmdId(cmdid), iMsg(msg) in CPVProxyMsg_OMX() 72 TPVProxyId iProxyId; variable 84 …d a, PVProxiedInterfaceServer_OMX* b, PVProxiedInterfaceClient_OMX* c): iProxyId(a), iServer(b), i… in CPVProxyInterface_OMX() 88 TPVProxyId iProxyId; variable
|
D | pv_omx_interface_proxy.cpp | 320 CPVProxyInterface_OMX *ext = FindInterface(notice.iProxyId); in DeliverNotifications() 345 CPVProxyInterface_OMX *proxy = FindInterface(msg->iProxyId); in CleanupAppThreadQueues() 369 CPVProxyInterface_OMX *proxy = FindInterface(msg->iProxyId); in CleanupPVThreadQueues() 397 if (msg->iProxyId == aExt->iProxyId in CleanupCommands() 431 if (msg->iProxyId == aExt->iProxyId in CleanupNotifications() 542 if (iProxyList[i].iProxyId == aId) in FindInterface()
|
D | pv_omx_interface_proxy_notifier.cpp | 63 CPVProxyInterface_OMX *proxy = iProxy->FindInterface(notice.iProxyId); in Run()
|
D | pv_omx_interface_proxy_handler.cpp | 64 CPVProxyInterface_OMX *proxy = iProxy->FindInterface(command.iProxyId); in Run()
|
D | omx_proxy_interface.h | 283 TPVProxyId iProxyId;
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tsc_h324m_config.cpp | 1003 iProxyId(0), in H324MConfigProxied() 1007 iProxyId = iMainProxy->RegisterProxiedInterface(*this, *this); in H324MConfigProxied() 1015 iMainProxy->UnregisterProxiedInterface(iProxyId); in ~H324MConfigProxied() 1067 iMainProxy->SendNotification(iProxyId, response); in H324MConfigCommandCompletedL() 1074 iMainProxy->SendNotification(iProxyId, event); in H324MConfigHandleInformationalEventL() 1082 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() [all …]
|
/external/opencore/baselibs/thread_messaging/src/ |
D | pv_interface_proxy.h | 60 : iProxyId(id), iMsgId(MsgId), iMsg(msg) in CPVProxyMsg() 64 TPVProxyId iProxyId; variable 75 …PVProxyId a, PVProxiedInterfaceServer* b, PVProxiedInterfaceClient* c): iProxyId(a), iServer(b), i… in CPVProxyInterface() 79 TPVProxyId iProxyId; variable
|
D | pv_interface_proxy.cpp | 264 CPVProxyInterface *ext = FindInterface(notice.iProxyId); in DeliverNotifications() 291 CPVProxyInterface *proxy = FindInterface(msg->iProxyId); in CleanupAppThreadQueues() 315 CPVProxyInterface *proxy = FindInterface(msg->iProxyId); in CleanupPVThreadQueues() 343 if (msg->iProxyId == aExt->iProxyId in CleanupCommands() 377 if (msg->iProxyId == aExt->iProxyId in CleanupNotifications() 483 if (iProxyList[i].iProxyId == aId) in FindInterface()
|
D | pv_interface_proxy_handler.cpp | 58 CPVProxyInterface *proxy = iProxy->FindInterface(command.iProxyId); in Run()
|
D | pv_interface_proxy_notifier.cpp | 58 CPVProxyInterface *proxy = iProxy->FindInterface(notice.iProxyId); in Run()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
D | tsc_h324m_config.h | 204 TPVProxyId iProxyId; variable
|