Searched refs:g_devMgr (Results 1 – 2 of 2) sorted by relevance
31 static struct HDIDeviceManager *g_devMgr = NULL; variable65 g_devMgr = HDIDeviceManagerGet(); in DoSomethingInterestingWithMyAPI()66 if (g_devMgr == nullptr) { in DoSomethingInterestingWithMyAPI()70 int32_t rc = g_devMgr->LoadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI()101 g_devMgr->UnloadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI()102 g_devMgr = nullptr; in DoSomethingInterestingWithMyAPI()
31 static struct HDIDeviceManager *g_devMgr = NULL; variable128 g_devMgr = HDIDeviceManagerGet(); in DoSomethingInterestingWithMyAPI()129 if (g_devMgr == nullptr) { in DoSomethingInterestingWithMyAPI()133 int32_t rc = g_devMgr->LoadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI()167 g_devMgr->UnloadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI()168 g_devMgr = nullptr; in DoSomethingInterestingWithMyAPI()