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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
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

Completed in 101 milliseconds