Home
last modified time | relevance | path

Searched refs:CPVProxyInterface_OMX (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/omx/omx_proxy/src/
Dpv_omx_interface_proxy.h81 class CPVProxyInterface_OMX
84CPVProxyInterface_OMX(TPVProxyId a, PVProxiedInterfaceServer_OMX* b, PVProxiedInterfaceClient_OMX*… in CPVProxyInterface_OMX() function
86 ~CPVProxyInterface_OMX() in ~CPVProxyInterface_OMX()
186 Oscl_Vector_New<CPVProxyInterface_OMX, Oscl_Vector_Allocator> iProxyList;
187 CPVProxyInterface_OMX* FindInterface(TPVProxyId aId, bool locked = false);
188 void CleanupInterfaceMessages(CPVProxyInterface_OMX *aExt);
205 void CleanupNotifications(CPVProxyInterface_OMX *aExt, bool aAll, TPVProxyMsgId aMsgId = 0);
206 void CleanupCommands(CPVProxyInterface_OMX *aExt, bool aAll, TPVProxyMsgId aMsgId = 0);
Dpv_omx_interface_proxy.cpp320 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()
389 void CPVInterfaceProxy_OMX::CleanupCommands(CPVProxyInterface_OMX *aExt, bool aAll, TPVProxyMsgId a… in CleanupCommands()
423 void CPVInterfaceProxy_OMX::CleanupNotifications(CPVProxyInterface_OMX *aExt, bool aAll, TPVProxyMs… in CleanupNotifications()
447 void CPVInterfaceProxy_OMX::CleanupInterfaceMessages(CPVProxyInterface_OMX *aExt) in CleanupInterfaceMessages()
461 CPVProxyInterface_OMX proxy(id, &server_proxy, &client_proxy); in RegisterProxiedInterface()
473 CPVProxyInterface_OMX *ext = FindInterface(aProxyId, true); in UnregisterProxiedInterface()
535 CPVProxyInterface_OMX * CPVInterfaceProxy_OMX::FindInterface(TPVProxyId aId, bool locked) in FindInterface()
Dpv_omx_interface_proxy_notifier.cpp63 CPVProxyInterface_OMX *proxy = iProxy->FindInterface(notice.iProxyId); in Run()
Dpv_omx_interface_proxy_handler.cpp64 CPVProxyInterface_OMX *proxy = iProxy->FindInterface(command.iProxyId); in Run()