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

  /external/opencore/baselibs/thread_messaging/src/
pv_interface_proxy.h 59 CPVProxyMsg(TPVProxyId id, TPVProxyMsgId MsgId, OsclAny *msg)
64 TPVProxyId iProxyId;
75 CPVProxyInterface(TPVProxyId a, PVProxiedInterfaceServer* b, PVProxiedInterfaceClient* c): iProxyId(a), iServer(b), iClient(c)
79 TPVProxyId iProxyId;
129 OSCL_IMPORT_REF TPVProxyId RegisterProxiedInterface(
132 OSCL_IMPORT_REF void UnregisterProxiedInterface(TPVProxyId aProxyId) ;
133 OSCL_IMPORT_REF TPVProxyMsgId SendCommand(TPVProxyId aProxyId, OsclAny *aCmd);
134 OSCL_IMPORT_REF void CancelCommand(TPVProxyId aProxyId, TPVProxyMsgId aMsgId);
135 OSCL_IMPORT_REF void CancelAllCommands(TPVProxyId aProxyId);
136 OSCL_IMPORT_REF TPVProxyMsgId SendNotification(TPVProxyId aProxyId, OsclAny *aResp)
    [all...]
pv_proxied_interface.h 40 typedef int32 TPVProxyId;
65 virtual TPVProxyId RegisterProxiedInterface(
82 virtual void UnregisterProxiedInterface(TPVProxyId aProxyId) = 0;
95 virtual TPVProxyMsgId SendCommand(TPVProxyId aProxyId, OsclAny* aCmd) = 0;
108 virtual void CancelCommand(TPVProxyId aProxyId, TPVProxyMsgId aMsgId) = 0;
120 virtual void CancelAllCommands(TPVProxyId aProxyId) = 0;
133 virtual TPVProxyMsgId SendNotification(TPVProxyId aProxyId, OsclAny* aResp) = 0;
146 virtual void CancelNotification(TPVProxyId aProxyId, TPVProxyMsgId aMsgId) = 0;
158 virtual void CancelAllNotifications(TPVProxyId aProxyId) = 0;
pv_interface_proxy.cpp 325 OSCL_EXPORT_REF void CPVInterfaceProxy::CancelCommand(TPVProxyId aProxyId, TPVProxyMsgId aMsgId)
330 OSCL_EXPORT_REF void CPVInterfaceProxy::CancelAllCommands(TPVProxyId aProxyId)
359 OSCL_EXPORT_REF void CPVInterfaceProxy::CancelNotification(TPVProxyId aProxyId, TPVProxyMsgId aMsgId)
364 OSCL_EXPORT_REF void CPVInterfaceProxy::CancelAllNotifications(TPVProxyId aProxyId)
400 OSCL_EXPORT_REF TPVProxyId CPVInterfaceProxy::RegisterProxiedInterface(
405 TPVProxyId id = ++iProxyIdCounter;
415 OSCL_EXPORT_REF void CPVInterfaceProxy::UnregisterProxiedInterface(TPVProxyId aProxyId)
429 OSCL_EXPORT_REF TPVProxyMsgId CPVInterfaceProxy::SendCommand(TPVProxyId aProxyId, OsclAny *aCmd)
451 OSCL_EXPORT_REF TPVProxyMsgId CPVInterfaceProxy::SendNotification(TPVProxyId aProxyId, OsclAny *aResp)
476 CPVProxyInterface * CPVInterfaceProxy::FindInterface(TPVProxyId aId, bool locked
    [all...]
  /external/opencore/codecs_v2/omx/omx_proxy/src/
pv_omx_interface_proxy.h 67 CPVProxyMsg_OMX(TPVProxyId id, TPVProxyMsgId MsgId, TPVCommandId cmdid, OsclAny *msg)
72 TPVProxyId iProxyId;
84 CPVProxyInterface_OMX(TPVProxyId a, PVProxiedInterfaceServer_OMX* b, PVProxiedInterfaceClient_OMX* c): iProxyId(a), iServer(b), iClient(c)
88 TPVProxyId iProxyId;
138 OSCL_IMPORT_REF TPVProxyId RegisterProxiedInterface(
141 OSCL_IMPORT_REF void UnregisterProxiedInterface(TPVProxyId aProxyId) ;
142 OSCL_IMPORT_REF TPVProxyMsgId SendCommand(TPVProxyId aProxyId, TPVCommandId cmdid, OsclAny *aCmd);
143 OSCL_IMPORT_REF void CancelCommand(TPVProxyId aProxyId, TPVProxyMsgId aMsgId);
144 OSCL_IMPORT_REF void CancelAllCommands(TPVProxyId aProxyId);
145 OSCL_IMPORT_REF TPVProxyMsgId SendNotification(TPVProxyId aProxyId, OsclAny *aResp)
    [all...]
pv_omx_proxied_interface.h 44 typedef int32 TPVProxyId;
71 virtual TPVProxyId RegisterProxiedInterface(
88 virtual void UnregisterProxiedInterface(TPVProxyId aProxyId) = 0;
101 virtual TPVProxyMsgId SendCommand(TPVProxyId aProxyId, TPVCommandId cmdid, OsclAny* aCmd) = 0;
114 virtual void CancelCommand(TPVProxyId aProxyId, TPVProxyMsgId aMsgId) = 0;
126 virtual void CancelAllCommands(TPVProxyId aProxyId) = 0;
139 virtual TPVProxyMsgId SendNotification(TPVProxyId aProxyId, OsclAny* aResp) = 0;
152 virtual void CancelNotification(TPVProxyId aProxyId, TPVProxyMsgId aMsgId) = 0;
164 virtual void CancelAllNotifications(TPVProxyId aProxyId) = 0;
pv_omx_interface_proxy.cpp 379 OSCL_EXPORT_REF void CPVInterfaceProxy_OMX::CancelCommand(TPVProxyId aProxyId, TPVProxyMsgId aMsgId)
384 OSCL_EXPORT_REF void CPVInterfaceProxy_OMX::CancelAllCommands(TPVProxyId aProxyId)
413 OSCL_EXPORT_REF void CPVInterfaceProxy_OMX::CancelNotification(TPVProxyId aProxyId, TPVProxyMsgId aMsgId)
418 OSCL_EXPORT_REF void CPVInterfaceProxy_OMX::CancelAllNotifications(TPVProxyId aProxyId)
454 OSCL_EXPORT_REF TPVProxyId CPVInterfaceProxy_OMX::RegisterProxiedInterface(
459 TPVProxyId id = ++iProxyIdCounter;
469 OSCL_EXPORT_REF void CPVInterfaceProxy_OMX::UnregisterProxiedInterface(TPVProxyId aProxyId)
483 OSCL_EXPORT_REF TPVProxyMsgId CPVInterfaceProxy_OMX::SendCommand(TPVProxyId aProxyId, TPVCommandId cmdid, OsclAny *aCmd)
512 OSCL_EXPORT_REF TPVProxyMsgId CPVInterfaceProxy_OMX::SendNotification(TPVProxyId aProxyId, OsclAny *aResp)
535 CPVProxyInterface_OMX * CPVInterfaceProxy_OMX::FindInterface(TPVProxyId aId, bool locked
    [all...]
omx_proxy_interface.h 283 TPVProxyId iProxyId;
  /external/opencore/engines/2way/src/
pv_2way_proxy_adapter.h 272 TPVProxyId iProxyId;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_h324m_config.h 204 TPVProxyId iProxyId;

Completed in 394 milliseconds