Searched refs:plugin (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dusb_osx.c104 // Create an intermediate plugin
112 // No longer need the usbInterface object now that we have the plugin
116 WARN("Unable to create plugin (%08x)\n", kr);
126 // No longer need the intermediate plugin
262 IOCFPlugInInterface **plugin = NULL; local
269 // Create an intermediate plugin.
273 &plugin, &score);
275 if ((kr != 0) || (plugin == NULL)) {
281 result = (*plugin)->QueryInterface(plugin,
[all...]

Completed in 33 milliseconds