Searched refs:cfPort (Results 1 - 13 of 13) sorted by path

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp1517 void IOHIDDeviceClass::_cfmachPortCallback(CFMachPortRef cfPort, mach_msg_header_t *msg, CFIndex size, void *info) argument
1526 IODispatchCalloutFromMessage(cfPort, msg, info);
1528 IOHIDQueueClass::queueEventSourceCallback(cfPort, msg, size, self->fReportHandlerQueue);
H A DIOHIDDeviceClass.h152 static void _cfmachPortCallback(CFMachPortRef cfPort, mach_msg_header_t *msg, CFIndex size, void *info);
H A DIOHIDQueueClass.cpp196 void IOHIDQueueClass::queueEventSourceCallback(CFMachPortRef cfPort __unused,
H A DIOHIDQueueClass.h100 static void queueEventSourceCallback(CFMachPortRef cfPort, mach_msg_header_t *msg, CFIndex size, void *info);
H A DIOHIDTransactionClass.cpp134 void IOHIDTransactionClass::_eventSourceCallback(CFMachPortRef *cfPort __unused, mach_msg_header_t *msg __unused, CFIndex size __unused, void *info)
H A DIOHIDTransactionClass.h57 static void _eventSourceCallback(CFMachPortRef *cfPort, mach_msg_header_t *msg, CFIndex size, void *info);
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.c1047 IODispatchCalloutFromMessage(void *cfPort, mach_msg_header_t *msg, void *info) argument
1049 return( IODispatchCalloutFromCFMessage( cfPort, msg, -1, info ));
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dcfmach++.cpp114 void CFAutoPort::cfCallback(CFMachPortRef cfPort, void *msg, CFIndex size, void *context) argument
H A Dcfmach++.h63 static void cfCallback(CFMachPortRef cfPort, void *msg, CFIndex size, void *context);
H A Dmachrunloopserver.cpp78 if (CFMachPortRef cfPort = CFMachPortCreateWithPort(NULL, port, NULL, NULL, NULL))
79 CFMachPortSetInvalidationCallBack(cfPort, cfInvalidate);
82 void MachRunLoopServer::cfInvalidate(CFMachPortRef cfPort, void *context) argument
84 reinterpret_cast<MachRunLoopServer *>(context)->notifyDeadName(CFMachPortGetPort(cfPort));
85 //@@@ should we CFRelease cfPort here?
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dcfmach++.cpp114 void CFAutoPort::cfCallback(CFMachPortRef cfPort, void *msg, CFIndex size, void *context) argument
H A Dcfmach++.h63 static void cfCallback(CFMachPortRef cfPort, void *msg, CFIndex size, void *context);
H A Dmachrunloopserver.cpp78 if (CFMachPortRef cfPort = CFMachPortCreateWithPort(NULL, port, NULL, NULL, NULL))
79 CFMachPortSetInvalidationCallBack(cfPort, cfInvalidate);
82 void MachRunLoopServer::cfInvalidate(CFMachPortRef cfPort, void *context) argument
84 reinterpret_cast<MachRunLoopServer *>(context)->notifyDeadName(CFMachPortGetPort(cfPort));
85 //@@@ should we CFRelease cfPort here?

Completed in 318 milliseconds