Home
last modified time | relevance | path

Searched refs:pInstance (Results 1 – 25 of 39) sorted by relevance

12

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_ConntrackClient.cpp51 IPACM_ConntrackClient *IPACM_ConntrackClient::pInstance = NULL; member in IPACM_ConntrackClient
74 if(pInstance == NULL) in GetInstance()
76 pInstance = new IPACM_ConntrackClient(); in GetInstance()
78 pInstance->udp_filter = nfct_filter_create(); in GetInstance()
79 if(pInstance->udp_filter == NULL) in GetInstance()
82 delete pInstance; in GetInstance()
87 pInstance->tcp_filter = nfct_filter_create(); in GetInstance()
88 if(pInstance->tcp_filter == NULL) in GetInstance()
91 delete pInstance; in GetInstance()
97 return pInstance; in GetInstance()
DIPACM_Config.cpp46 IPACM_Config *IPACM_Config::pInstance = NULL; member in IPACM_Config
434 if (pInstance == NULL) in GetInstance()
436 pInstance = new IPACM_Config(); in GetInstance()
438 res = pInstance->Init(); in GetInstance()
441 delete pInstance; in GetInstance()
447 return pInstance; in GetInstance()
DIPACM_Conntrack_NATApp.cpp43 NatApp *NatApp::pInstance = NULL; member in NatApp
141 if(pInstance == NULL) in GetInstance()
143 pInstance = new NatApp(); in GetInstance()
145 if(pInstance->Init()) in GetInstance()
147 delete pInstance; in GetInstance()
152 return pInstance; in GetInstance()
DIPACM_OffloadManager.cpp53 IPACM_OffloadManager *IPACM_OffloadManager::pInstance = NULL; member in IPACM_OffloadManager
799 if(pInstance == NULL) in GetInstance()
800 pInstance = new IPACM_OffloadManager(); in GetInstance()
802 return pInstance; in GetInstance()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_ConntrackClient.cpp48 IPACM_ConntrackClient *IPACM_ConntrackClient::pInstance = NULL; member in IPACM_ConntrackClient
71 if(pInstance == NULL) in GetInstance()
73 pInstance = new IPACM_ConntrackClient(); in GetInstance()
75 pInstance->udp_filter = nfct_filter_create(); in GetInstance()
76 if(pInstance->udp_filter == NULL) in GetInstance()
79 delete pInstance; in GetInstance()
84 pInstance->tcp_filter = nfct_filter_create(); in GetInstance()
85 if(pInstance->tcp_filter == NULL) in GetInstance()
88 delete pInstance; in GetInstance()
94 return pInstance; in GetInstance()
DIPACM_Config.cpp46 IPACM_Config *IPACM_Config::pInstance = NULL; member in IPACM_Config
410 if (pInstance == NULL) in GetInstance()
412 pInstance = new IPACM_Config(); in GetInstance()
414 res = pInstance->Init(); in GetInstance()
417 delete pInstance; in GetInstance()
423 return pInstance; in GetInstance()
DIPACM_Conntrack_NATApp.cpp38 NatApp *NatApp::pInstance = NULL; member in NatApp
116 if(pInstance == NULL) in GetInstance()
118 pInstance = new NatApp(); in GetInstance()
120 if(pInstance->Init()) in GetInstance()
122 delete pInstance; in GetInstance()
127 return pInstance; in GetInstance()
DIPACM_OffloadManager.cpp53 IPACM_OffloadManager *IPACM_OffloadManager::pInstance = NULL; member in IPACM_OffloadManager
695 if(pInstance == NULL) in GetInstance()
696 pInstance = new IPACM_OffloadManager(); in GetInstance()
698 return pInstance; in GetInstance()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_ConntrackClient.h66 static IPACM_ConntrackClient *pInstance;
DIPACM_Conntrack_NATApp.h76 static NatApp *pInstance;
DIPACM_OffloadManager.h89 static IPACM_OffloadManager *pInstance; //sky variable
DIPACM_Config.h350 static IPACM_Config *pInstance;
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_ConntrackClient.h69 static IPACM_ConntrackClient *pInstance;
DIPACM_Conntrack_NATApp.h78 static NatApp *pInstance;
DIPACM_OffloadManager.h89 static IPACM_OffloadManager *pInstance; variable
DIPACM_Config.h371 static IPACM_Config *pInstance; variable
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/
Ddevice_select_layer.c118 VkInstance *pInstance) in device_select_CreateInstance() argument
138 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in device_select_CreateInstance()
163 #define DEVSEL_GET_CB(func) info->func = (PFN_vk##func)info->GetInstanceProcAddr(*pInstance, "vk" #… in device_select_CreateInstance()
173 device_select_layer_add_instance(*pInstance, info); in device_select_CreateInstance()
/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h153 const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) { in vkCreateInstance() argument
154 return mDgs->on_vkCreateInstance(mBp, pCreateInfo, pAllocator, pInstance); in vkCreateInstance()
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp301 VkInstance* pInstance) { in gfxstream_vk_CreateInstance() argument
361 *pInstance = gfxstream_vk_instance_to_handle(instance); in gfxstream_vk_CreateInstance()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc1246 <param><type>VkInstance</type>* <name>pInstance</name></param>
1257 VkInstance* pInstance);
1338 … (VKAPI_PTR *PFN_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, VkInstance* pInstance);
1342 VkInstance* pInstance);
2385 <param><type>VkInstance</type>* <name>pInstance</name></param>
2549 … (VKAPI_PTR *PFN_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, VkInstance* pInstance);
2553 VkInstance* pInstance);
2908 VkInstance* pInstance);
2949 <name>pInstance</name></param>
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp2600 VkInstance* pInstance) in overlay_CreateInstance() argument
2617 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in overlay_CreateInstance()
2620 struct instance_data *instance_data = new_instance_data(*pInstance); in overlay_CreateInstance()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp901 const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) { in on_vkCreateInstance() argument
962 VkResult res = m_vk->vkCreateInstance(&createInfoFiltered, pAllocator, pInstance); in on_vkCreateInstance()
990 INFO("Created VkInstance:%p for application:%s engine:%s.", *pInstance, in on_vkCreateInstance()
994 VkInstance boxed = new_boxed_VkInstance(*pInstance, nullptr, true /* own dispatch */); in on_vkCreateInstance()
995 init_vulkan_dispatch_from_instance(m_vk, *pInstance, dispatch_VkInstance(boxed)); in on_vkCreateInstance()
1009 mInstanceInfo[*pInstance] = info; in on_vkCreateInstance()
1011 *pInstance = (VkInstance)info.boxed; in on_vkCreateInstance()
7819 VkInstance* pInstance) { in on_vkCreateInstance() argument
7820 return mImpl->on_vkCreateInstance(pool, pCreateInfo, pAllocator, pInstance); in on_vkCreateInstance()
DVkDecoderGlobalState.h121 const VkAllocationCallbacks* pAllocator, VkInstance* pInstance);
DVkDecoderSnapshot.cpp62 const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) { in vkCreateInstance() argument
63 if (!pInstance) return; in vkCreateInstance()
66 mReconstruction.addHandles((const uint64_t*)pInstance, 1); in vkCreateInstance()
71 mReconstruction.forEachHandleAddApi((const uint64_t*)pInstance, 1, apiHandle, in vkCreateInstance()
73 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pInstance, 1); in vkCreateInstance()
3786 VkInstance* pInstance) { in vkCreateInstance() argument
3788 pAllocator, pInstance); in vkCreateInstance()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h178 const VkAllocationCallbacks* pAllocator, VkInstance* pInstance);

12