Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dsleep.cpp31 void sleepCallback(void* refcon, io_service_t service, natural_t messageType,
34 void sleepCallback(void* refcon UNUSED, io_service_t service UNUSED, in sleepCallback()
/external/OpenCL-CTS/test_conformance/conversions/
DSleep.cpp32 void sleepCallback( void * refcon,
37 void sleepCallback( void * refcon UNUSED, in sleepCallback()
/external/libcups/backend/
Dusb-darwin.c205 …ef Boolean (*iterator_callback_t)(io_service_t obj, printer_interface_t printerIntf, void *refcon);
268 static Boolean list_device_cb(io_service_t obj, printer_interface_t printerIntf, void *refcon);
269 static Boolean find_device_cb(io_service_t obj, printer_interface_t printerIntf, void *refcon);
1193 static Boolean list_device_cb(io_service_t obj, printer_interface_t printerIntf, void *refcon) in list_device_cb() argument
1195 (void)refcon; in list_device_cb()
1250 static Boolean find_device_cb(io_service_t obj, printer_interface_t printerIntf, void *refcon) in find_device_cb() argument
1252 (void)refcon; in find_device_cb()
1329 CFRunLoopTimerContext context = { 0, refcon, NULL, NULL, NULL }; in find_device_cb()
/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.c81 static void darwin_async_io_callback (void *refcon, IOReturn result, void *arg0);
2097 static void darwin_async_io_callback (void *refcon, IOReturn result, void *arg0) { in darwin_async_io_callback() argument
2098 struct usbi_transfer *itransfer = (struct usbi_transfer *)refcon; in darwin_async_io_callback()
/external/clang/test/Analysis/
Dretain-release-inline.m154 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
Dretain-release-gc-only.m150 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/llvm-project/clang/test/Analysis/
Dretain-release-inline.m157 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
Dretain-release.mm177 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
Dretain-release.m235 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
/external/llvm-project/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/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m222 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
Dobjcmt-arc-cf-annotations.m.result228 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()