Searched refs:deviceAddressStr (Results 1 – 1 of 1) sorted by relevance
117 const char *deviceAddressStr = env->GetStringUTFChars(deviceAddress, NULL); in android_server_UsbHostManager_openDevice() local118 struct usb_device* device = usb_device_open(deviceAddressStr); in android_server_UsbHostManager_openDevice()119 env->ReleaseStringUTFChars(deviceAddress, deviceAddressStr); in android_server_UsbHostManager_openDevice()