HomeSort by relevance Sort by last modified time
    Searched full:notificationiterators (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
usb_osx.c 36 static io_iterator_t* notificationIterators;
73 memset(notificationIterators, 0, sizeof(notificationIterators));
107 &notificationIterators[i]);
111 AndroidInterfaceAdded(NULL, notificationIterators[i]);
394 IOObjectRelease(notificationIterators[i]);
410 notificationIterators = (io_iterator_t*)malloc(
438 if (notificationIterators != NULL) {
439 free(notificationIterators);
440 notificationIterators = NULL
    [all...]

Completed in 544 milliseconds