Searched refs:refcon (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Mac/Modules/ae/ |
D | _AEmodule.c | 35 …GenericEventHandler(const AppleEvent *request, AppleEvent *reply, refcontype refcon); /* Forward */ 1388 GenericEventHandler(const AppleEvent *request, AppleEvent *reply, refcontype refcon) in GenericEventHandler() argument 1390 PyObject *handler = (PyObject *)refcon; in GenericEventHandler()
|
/external/libusb/libusb/os/ |
D | darwin_usb.c | 87 static void darwin_async_io_callback (void *refcon, IOReturn result, void *arg0); 1883 static void darwin_async_io_callback (void *refcon, IOReturn result, void *arg0) { in darwin_async_io_callback() argument 1884 struct usbi_transfer *itransfer = (struct usbi_transfer *)refcon; in darwin_async_io_callback()
|
/external/clang/test/Analysis/ |
D | retain-release-gc-only.m | 150 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
D | retain-release-inline.m | 154 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
D | retain-release.mm | 177 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
D | retain-release.m | 217 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 228 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
D | objcmt-arc-cf-annotations.m | 222 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 19666 long refcon; in Qt_XMLParseSetEventParseRefCon() local 19672 &refcon)) in Qt_XMLParseSetEventParseRefCon() 19675 refcon); in Qt_XMLParseSetEventParseRefCon() 24288 void * refcon; in Qt_MediaPrePrerollCancel() local 24294 &refcon)) in Qt_MediaPrePrerollCancel() 24297 refcon); in Qt_MediaPrePrerollCancel()
|