Searched refs:g_ecmIntDevHandle (Results 1 – 2 of 2) sorted by relevance
29 static UsbInterfaceHandle *g_ecmIntDevHandle = NULL; variable502 g_ecmIntDevHandle = UsbOpenInterface(g_ecmIntIface); in CheckHostSdkIfOpenInterface006()503 if (g_ecmIntDevHandle == NULL) { in CheckHostSdkIfOpenInterface006()1661 int32_t ret = UsbCloseInterface(g_ecmIntDevHandle, false); in CheckHostSdkIfCloseInterface006()
50 static UsbInterfaceHandle *g_ecmIntDevHandle = nullptr; variable645 g_ecmIntDevHandle = UsbOpenInterface(g_ecmIntIface);646 EXPECT_NE(nullptr, g_ecmIntDevHandle);