Searched refs:AddCallbackDispatcherToRunLoop (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.h144 const IOReturn AddCallbackDispatcherToRunLoop(CFRunLoopRef inRunLoop) { return AddCallbackDispatcherToRunLoopForMode( inRunLoop, kCFRunLoopCommonModes ) ; } function in class:IOFireWireLib::Device
H A DIOFireWireLib.h838 @function AddCallbackDispatcherToRunLoop
845 const IOReturn (*AddCallbackDispatcherToRunLoop)(IOFireWireLibDeviceRef self, CFRunLoopRef inRunLoop) ; member in struct:IOFireWireDeviceInterface_t
849 @abstract Reverses the effects of AddCallbackDispatcherToRunLoop(). This method removes
859 AddCallbackDispatcherToRunLoop has been called. See also AddIsochCallbackDispatcherToRunLoop().
1268 AddCallbackDispatcherToRunLoop. The passed CFRunLoop can be different
1269 from that passed to AddCallbackDispatcherToRunLoop.
1494 this function has been called. This function is similar to AddCallbackDispatcherToRunLoop.
1495 The passed CFRunLoop can be different from that passed to AddCallbackDispatcherToRunLoop.
H A DIOFireWireLibDevice.cpp2096 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->AddCallbackDispatcherToRunLoop(runLoop) ;
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp452 status = (*fFWUnit)->AddCallbackDispatcherToRunLoop( fFWUnit, fCFRunLoop );

Completed in 134 milliseconds