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

/system/core/adb/
H A Dusb_osx.c52 static void AndroidInterfaceAdded(void *refCon, io_iterator_t iterator);
53 static void AndroidInterfaceNotify(void *refCon, io_iterator_t iterator,
118 AndroidInterfaceAdded(void *refCon, io_iterator_t iterator) argument
270 // Pass the reference to our private data as the refCon for the
286 AndroidInterfaceNotify(void *refCon, io_service_t service, natural_t messageType, void *messageArgument) argument
288 usb_handle *handle = (usb_handle *)refCon;

Completed in 29 milliseconds