Home
last modified time | relevance | path

Searched refs:refcon (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c35 …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/
Ddarwin_usb.c87 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/
Dretain-release-gc-only.m150 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
Dretain-release-inline.m154 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
Dretain-release.mm177 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
Dretain-release.m217 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result228 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
Dobjcmt-arc-cf-annotations.m222 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c19666 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()