Searched refs:HandleCommand (Results 1 – 10 of 10) sorted by relevance
/external/opencore/baselibs/thread_messaging/src/ |
D | pv_interface_proxy_handler.cpp | 60 proxy->iServer->HandleCommand(command.iMsgId, command.iMsg); in Run()
|
D | pv_proxied_interface.h | 284 virtual void HandleCommand(TPVProxyMsgId aMsgId, OsclAny* aMsg) = 0;
|
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | pv_omx_interface_proxy_handler.cpp | 66 proxy->iServer->HandleCommand(command.iMsgId, command.iCmdId, command.iMsg); in Run()
|
D | pv_omx_proxied_interface.h | 293 virtual void HandleCommand(TPVProxyMsgId aMsgId, TPVCommandId, OsclAny* aMsg) = 0;
|
D | omx_proxy_interface.h | 118 void HandleCommand(TPVProxyMsgId , TPVCommandId, OsclAny* aData);
|
D | omx_proxy_interface.cpp | 351 void ProxyApplication_OMX::HandleCommand(TPVProxyMsgId msgid , TPVCommandId cmdid, OsclAny* aData) in HandleCommand() function in ProxyApplication_OMX
|
/external/opencore/engines/2way/src/ |
D | pv_2way_proxy_adapter.h | 189 OSCL_IMPORT_REF void HandleCommand(TPVProxyMsgId aMsgId, OsclAny* aMsg);
|
D | pv_2way_proxy_adapter.cpp | 265 OSCL_EXPORT_REF void CPV2WayProxyAdapter::HandleCommand(TPVProxyMsgId aMsgId, OsclAny* aMsg) in HandleCommand() function in CPV2WayProxyAdapter
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
D | tsc_h324m_config.h | 187 void HandleCommand(TPVProxyMsgId aMsgId, OsclAny *aMsg);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tsc_h324m_config.cpp | 1354 void H324MConfigProxied::HandleCommand(TPVProxyMsgId aMsgId, OsclAny *aMsg) in HandleCommand() function in H324MConfigProxied
|