HomeSort by relevance Sort by last modified time
    Searched refs:plugInInterface (Results 1 - 2 of 2) sorted by null

  /external/libusb/libusb/os/
darwin_usb.c 152 io_cf_plugin_ref_t *plugInInterface = NULL;
164 kIOCFPlugInInterfaceID, &plugInInterface,
166 if (kIOReturnSuccess == result && plugInInterface)
176 (void)(*plugInInterface)->QueryInterface(plugInInterface, CFUUIDGetUUIDBytes(DeviceInterfaceID),
179 (*plugInInterface)->Stop(plugInInterface);
180 IODestroyPlugInInterface (plugInInterface);
804 IOCFPlugInInterface **plugInInterface = NULL;
872 kIOCFPlugInInterfaceID, &plugInInterface, &score)
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 231 io_cf_plugin_ref_t *plugInInterface = NULL;
237 kIOCFPlugInInterfaceID, &plugInInterface,
240 if (kIOReturnSuccess != result || !plugInInterface) {
245 (void)(*plugInInterface)->QueryInterface(plugInInterface, CFUUIDGetUUIDBytes(DeviceInterfaceID),
248 (*plugInInterface)->Release (plugInInterface);
    [all...]

Completed in 28 milliseconds