Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_proxy/src/
Dpv_omx_interface_proxy_handler.h39 class CPVInterfaceProxyHandler_OMX :
43 CPVInterfaceProxyHandler_OMX(CPVInterfaceProxy_OMX *aProxy, int32 pri): in CPVInterfaceProxyHandler_OMX() function
48 virtual ~CPVInterfaceProxyHandler_OMX() in ~CPVInterfaceProxyHandler_OMX()
Dpv_omx_interface_proxy.h55 class CPVInterfaceProxyHandler_OMX; variable
169 CPVInterfaceProxyHandler_OMX *iHandler;
214 friend class CPVInterfaceProxyHandler_OMX; variable
Dpv_omx_interface_proxy_handler.cpp33 void CPVInterfaceProxyHandler_OMX::Run() in Run()
Dpv_omx_interface_proxy.cpp138 OsclAny *ptr = iAlloc->ALLOCATE(sizeof(CPVInterfaceProxyHandler_OMX)); in ConstructL()
144 iHandler = OSCL_PLACEMENT_NEW(ptr, CPVInterfaceProxyHandler_OMX(this, handlerPri)); in ConstructL()
175 iHandler->~CPVInterfaceProxyHandler_OMX(); in ~CPVInterfaceProxy_OMX()