Searched refs:MakeSelectorWithObject (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPHYPacketListener.cpp246 mUserClient.MakeSelectorWithObject( kPHYPacketListenerSetPacketCallback, mKernelRef ),
264 mUserClient.MakeSelectorWithObject( kPHYPacketListenerSetSkippedCallback, mKernelRef ),
275 mUserClient.MakeSelectorWithObject( kPHYPacketListenerActivate, mKernelRef ),
327 mUserClient.MakeSelectorWithObject( kPHYPacketListenerSetPacketCallback, mKernelRef ),
345 mUserClient.MakeSelectorWithObject( kPHYPacketListenerSetSkippedCallback, mKernelRef ),
356 mUserClient.MakeSelectorWithObject( kPHYPacketListenerDeactivate, mKernelRef ),
379 me->mUserClient.MakeSelectorWithObject( kPHYPacketListenerClientCommandIsComplete, me->mKernelRef ),
H A DIOFireWireLibIsochPort.cpp355 mDevice.MakeSelectorWithObject( kIsochPort_AllocatePort_d, mKernPortRef ),
365 mDevice.MakeSelectorWithObject( kIsochPort_ReleasePort_d, mKernPortRef ),
375 mDevice.MakeSelectorWithObject( kIsochPort_Start_d, mKernPortRef ),
385 mDevice.MakeSelectorWithObject( kIsochPort_Stop_d, mKernPortRef ),
1030 mDevice.MakeSelectorWithObject( kLocalIsochPort_ModifyJumpDCL_d, mKernPortRef ),
1083 Device::MakeSelectorWithObject( kLocalIsochPort_RunDCLUpdateList_d, port->mKernPortRef ),
1097 Device::MakeSelectorWithObject( kLocalIsochPort_RunNuDCLUpdateList_d, mKernPortRef ),
1111 mDevice.MakeSelectorWithObject( kIsochPort_SetIsochResourceFlags_d, mKernPortRef ),
1512 Device::MakeSelectorWithObject( kLocalIsochPort_Notify_d, mKernPortRef ),
1561 Device::MakeSelectorWithObject( kLocalIsochPort_Notify_
[all...]
H A DIOFireWireLibVectorCommand.cpp257 mUserClient.MakeSelectorWithObject( kVectorCommandSetBuffers, mKernCommandRef ),
361 mUserClient.MakeSelectorWithObject( kVectorCommandSubmit, mKernCommandRef ),
H A DIOFireWireLibPhysicalAddressSpace.cpp158 mUserClient.MakeSelectorWithObject( kPhysicalAddrSpace_GetSegmentCount_d, mKernPhysicalAddrSpaceRef ),
H A DIOFireWireLibIsochChannel.cpp238 mUserClient.MakeSelectorWithObject( kIsochChannel_UserReleaseChannelComplete_d, mKernChannelRef ),
H A DIOFireWireLibDevice.h386 static inline MethodSelector MakeSelectorWithObject( MethodSelector selector, UserObjectHandle obj ) { return (MethodSelector)( (unsigned long)obj << 16 | selector & 0xFFFF ) ; } function in class:IOFireWireLib::Device
H A DIOFireWireLibCommand.cpp563 mUserClient.MakeSelectorWithObject( kCommand_Cancel_d, mParams->kernCommandRef ),

Completed in 117 milliseconds