Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_proxy/src/
Dpv_omx_interface_proxy.cpp130 iProxyList.reserve(nreserve1); in ConstructL()
356 iProxyList.clear(); in CleanupAppThreadQueues()
357 iProxyList.destroy(); in CleanupAppThreadQueues()
463 OSCL_TRY(err, iProxyList.push_back(proxy);); in RegisterProxiedInterface()
478 iProxyList.erase(ext); in UnregisterProxiedInterface()
540 for (uint32 i = 0; i < iProxyList.size(); i++) in FindInterface()
542 if (iProxyList[i].iProxyId == aId) in FindInterface()
546 return &iProxyList[i]; in FindInterface()
Dpv_omx_interface_proxy.h186 Oscl_Vector_New<CPVProxyInterface_OMX, Oscl_Vector_Allocator> iProxyList; variable
/external/opencore/baselibs/thread_messaging/src/
Dpv_interface_proxy.cpp114 iProxyList.reserve(nreserve1); in ConstructL()
302 iProxyList.clear(); in CleanupAppThreadQueues()
303 iProxyList.destroy(); in CleanupAppThreadQueues()
409 OSCL_TRY(err, iProxyList.push_back(proxy);); in RegisterProxiedInterface()
424 iProxyList.erase(ext); in UnregisterProxiedInterface()
481 for (uint32 i = 0; i < iProxyList.size(); i++) in FindInterface()
483 if (iProxyList[i].iProxyId == aId) in FindInterface()
487 return &iProxyList[i]; in FindInterface()
Dpv_interface_proxy.h177 Oscl_Vector<CPVProxyInterface, OsclMemAllocator> iProxyList; variable