/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_ConntrackClient.cpp | 51 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()
|
D | IPACM_Config.cpp | 46 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()
|
D | IPACM_Conntrack_NATApp.cpp | 43 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()
|
D | IPACM_OffloadManager.cpp | 53 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/ |
D | IPACM_ConntrackClient.cpp | 48 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()
|
D | IPACM_Config.cpp | 46 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()
|
D | IPACM_Conntrack_NATApp.cpp | 38 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()
|
D | IPACM_OffloadManager.cpp | 53 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/ |
D | IPACM_ConntrackClient.h | 66 static IPACM_ConntrackClient *pInstance;
|
D | IPACM_Conntrack_NATApp.h | 76 static NatApp *pInstance;
|
D | IPACM_OffloadManager.h | 89 static IPACM_OffloadManager *pInstance; //sky variable
|
D | IPACM_Config.h | 350 static IPACM_Config *pInstance;
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_ConntrackClient.h | 69 static IPACM_ConntrackClient *pInstance;
|
D | IPACM_Conntrack_NATApp.h | 78 static NatApp *pInstance;
|
D | IPACM_OffloadManager.h | 89 static IPACM_OffloadManager *pInstance; variable
|
D | IPACM_Config.h | 371 static IPACM_Config *pInstance; variable
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/ |
D | device_select_layer.c | 118 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/ |
D | VkDecoderTestDispatch.h | 153 const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) { in vkCreateInstance() argument 154 return mDgs->on_vkCreateInstance(mBp, pCreateInfo, pAllocator, pInstance); in vkCreateInstance()
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_device.cpp | 301 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/ |
D | registry.adoc | 1246 <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/ |
D | overlay.cpp | 2600 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/ |
D | VkDecoderGlobalState.cpp | 901 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()
|
D | VkDecoderGlobalState.h | 121 const VkAllocationCallbacks* pAllocator, VkInstance* pInstance);
|
D | VkDecoderSnapshot.cpp | 62 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/ |
D | ResourceTracker.h | 178 const VkAllocationCallbacks* pAllocator, VkInstance* pInstance);
|