Home
last modified time | relevance | path

Searched refs:iClient (Results 1 – 8 of 8) sorted by relevance

/external/opencore/pvmi/content_policy_manager/src/
Dpvmf_cpmplugin_factory_registry.cpp26 iClient = NULL; in PVMFCPMPluginFactoryRegistryClient()
31 if (iClient) in ~PVMFCPMPluginFactoryRegistryClient()
32 OSCL_DELETE(iClient); in ~PVMFCPMPluginFactoryRegistryClient()
37 if (!iClient) in Connect()
40 OSCL_TRY(err, iClient = OSCL_NEW(OsclRegistryClient, ());); in Connect()
41 if (err != OsclErrNone || !iClient) in Connect()
44 switch (iClient->Connect(aPerThread)) in Connect()
56 if (!iClient) in RegisterPlugin()
71 switch (iClient->Register(aMimeType, (OsclComponentFactory)&aFactory)) in RegisterPlugin()
91 if (!iClient) in UnRegisterPlugin()
[all …]
/external/opencore/codecs_v2/omx/omx_proxy/src/
Dpv_omx_interface_proxy.h84 …roxiedInterfaceServer_OMX* b, PVProxiedInterfaceClient_OMX* c): iProxyId(a), iServer(b), iClient(c) in CPVProxyInterface_OMX()
90 PVProxiedInterfaceClient_OMX *iClient; variable
Dpv_omx_interface_proxy_notifier.cpp65 proxy->iClient->HandleNotification(notice.iMsgId, notice.iMsg); in Run()
Dpv_omx_interface_proxy.cpp322 ext->iClient->HandleNotification(notice.iMsgId, notice.iMsg); in DeliverNotifications()
347 proxy->iClient->CleanupCommand(msg->iMsgId, msg->iMsg); in CleanupAppThreadQueues()
400 aExt->iClient->CleanupCommand(msg->iMsgId, msg->iMsg); in CleanupCommands()
/external/opencore/baselibs/thread_messaging/src/
Dpv_interface_proxy.h75 …d a, PVProxiedInterfaceServer* b, PVProxiedInterfaceClient* c): iProxyId(a), iServer(b), iClient(c) in CPVProxyInterface()
81 PVProxiedInterfaceClient *iClient; variable
Dpv_interface_proxy_notifier.cpp60 proxy->iClient->HandleNotification(notice.iMsgId, notice.iMsg); in Run()
Dpv_interface_proxy.cpp266 ext->iClient->HandleNotification(notice.iMsgId, notice.iMsg); in DeliverNotifications()
293 proxy->iClient->CleanupCommand(msg->iMsgId, msg->iMsg); in CleanupAppThreadQueues()
346 aExt->iClient->CleanupCommand(msg->iMsgId, msg->iMsg); in CleanupCommands()
/external/opencore/pvmi/content_policy_manager/include/
Dpvmf_cpmplugin_factory_registry.h94 OsclRegistryClient* iClient;