HomeSort by relevance Sort by last modified time
    Searched refs:iProxyId (Results 1 - 14 of 14) sorted by null

  /external/opencore/baselibs/thread_messaging/src/
pv_interface_proxy_handler.cpp 58 CPVProxyInterface *proxy = iProxy->FindInterface(command.iProxyId);
pv_interface_proxy_notifier.cpp 58 CPVProxyInterface *proxy = iProxy->FindInterface(notice.iProxyId);
pv_interface_proxy.h 60 : iProxyId(id), iMsgId(MsgId), iMsg(msg)
64 TPVProxyId iProxyId;
75 CPVProxyInterface(TPVProxyId a, PVProxiedInterfaceServer* b, PVProxiedInterfaceClient* c): iProxyId(a), iServer(b), iClient(c)
79 TPVProxyId iProxyId;
pv_interface_proxy.cpp 264 CPVProxyInterface *ext = FindInterface(notice.iProxyId);
291 CPVProxyInterface *proxy = FindInterface(msg->iProxyId);
315 CPVProxyInterface *proxy = FindInterface(msg->iProxyId);
343 if (msg->iProxyId == aExt->iProxyId
377 if (msg->iProxyId == aExt->iProxyId
483 if (iProxyList[i].iProxyId == aId)
  /external/opencore/codecs_v2/omx/omx_proxy/src/
pv_omx_interface_proxy_handler.cpp 64 CPVProxyInterface_OMX *proxy = iProxy->FindInterface(command.iProxyId);
pv_omx_interface_proxy_notifier.cpp 63 CPVProxyInterface_OMX *proxy = iProxy->FindInterface(notice.iProxyId);
pv_omx_interface_proxy.h 68 : iProxyId(id), iMsgId(MsgId), iCmdId(cmdid), iMsg(msg)
72 TPVProxyId iProxyId;
84 CPVProxyInterface_OMX(TPVProxyId a, PVProxiedInterfaceServer_OMX* b, PVProxiedInterfaceClient_OMX* c): iProxyId(a), iServer(b), iClient(c)
88 TPVProxyId iProxyId;
omx_proxy_interface.cpp 66 iProxyId = TERM_PROXY_ID;
125 iProxyId = proxy.RegisterProxiedInterface(*this, *this);
126 //ProxyIdVar = iProxyId;
132 proxy.UnregisterProxiedInterface(iProxyId);
430 if ((ipProxy->SendCommand(iProxyId, GET_CONFIG, (OsclAny*) Msg)) == false)
459 if ((ipProxy->SendCommand(iProxyId, SET_CONFIG, (OsclAny*) Msg)) == false)
485 if ((ipProxy->SendCommand(iProxyId, GET_EXT, (OsclAny*) Msg)) == false)
511 if ((ipProxy->SendCommand(iProxyId, GET_ST, (OsclAny*) Msg)) == false)
538 if ((ipProxy->SendCommand(iProxyId, GET_PARAMS, (OsclAny*) Msg)) == false)
567 if ((ipProxy->SendCommand(iProxyId, SET_PARAMS, (OsclAny*) Msg)) == false
    [all...]
pv_omx_interface_proxy.cpp 320 CPVProxyInterface_OMX *ext = FindInterface(notice.iProxyId);
345 CPVProxyInterface_OMX *proxy = FindInterface(msg->iProxyId);
369 CPVProxyInterface_OMX *proxy = FindInterface(msg->iProxyId);
397 if (msg->iProxyId == aExt->iProxyId
431 if (msg->iProxyId == aExt->iProxyId
542 if (iProxyList[i].iProxyId == aId)
omx_proxy_interface.h 283 TPVProxyId iProxyId;
  /external/opencore/engines/2way/src/
pv_2way_proxy_adapter.cpp 157 iProxyId = iPVProxy->RegisterProxiedInterface(*this, *this);
253 iPVProxy->SendNotification(iProxyId, (OsclAny*)msg);
315 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg);
325 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg);
335 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg);
346 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg);
358 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg);
368 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg);
380 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg);
390 return iPVProxy->SendCommand(iProxyId, (OsclAny*)msg)
    [all...]
pv_2way_proxy_adapter.h 272 TPVProxyId iProxyId;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_h324m_config.cpp     [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_h324m_config.h 204 TPVProxyId iProxyId;

Completed in 2873 milliseconds