Searched refs:removeEventSource (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPendingQ.cpp54 fWorkLoop->removeEventSource(fPendingQ.fSource);
H A DIOFWWorkLoop.h65 virtual IOReturn removeEventSource(IOEventSource *toRemove);
H A DIOFWWorkLoop.cpp132 // removeEventSource
136 IOReturn IOFWWorkLoop::removeEventSource(IOEventSource *toRemove) function in class:IOFWWorkLoop
161 IOLog( "IOFWWorkLoop::removeEventSource - fRemoveSourceThread = (%p) != NULL\n", fRemoveSourceThread );
176 status = IOWorkLoop::removeEventSource( toRemove );
H A DIOFWTimeoutQ.cpp66 fWorkLoop->removeEventSource(fTimer);
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorAdapterUC.cpp164 workLoop->removeEventSource ( fCommandGate );
233 fWorkLoop->removeEventSource ( fCommandGate );
H A DAppleSCSIEmulatorAdapter.cpp562 GetWorkLoop ( )->removeEventSource ( fEventSource );
594 if ( GetWorkLoop ( )->removeEventSource ( fEventSource ) != kIOReturnSuccess )
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOWorkLoop.h161 @abstract Synchronous implementation of addEventSource and removeEventSource functions.
231 /*! @function removeEventSource
236 virtual IOReturn removeEventSource(IOEventSource *toRemove);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCommandPool.cpp127 wl->removeEventSource(fSerializer);
H A DIOWorkLoop.cpp288 IOReturn IOWorkLoop::removeEventSource(IOEventSource *toRemove) function in class:IOWorkLoop
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp390 workLoop->removeEventSource(timerEventSource);
397 audioDebugIOLog ( 3, " did workLoop->removeEventSource ( timerEventSource )\n" );
402 workLoop->removeEventSource(reserved->idleTimer);
409 audioDebugIOLog ( 3, " did workLoop->removeEventSource ( reserved->idleTimer )\n" );
413 workLoop->removeEventSource(commandGate);
420 audioDebugIOLog ( 3, " did workLoop->removeEventSource ( commandGate )\n" );
513 workLoop->removeEventSource(timerEventSource);
523 workLoop->removeEventSource(reserved->idleTimer);
541 workLoop->removeEventSource(commandGate);
H A DIOAudioControl.cpp304 workLoop->removeEventSource(commandGate);
390 workLoop->removeEventSource(commandGate);
1101 control->workLoop->removeEventSource(control->commandGate);
H A DIOAudioEngine.cpp515 workLoop->removeEventSource(commandGate);
628 workLoop->removeEventSource ( commandGate );
629 audioDebugIOLog(3, " completed removeEventSource ( ... )\n" );
2600 engine->workLoop->removeEventSource(engine->commandGate);
H A DIOAudioEngineUserClient.cpp851 workLoop->removeEventSource(commandGate);
971 workLoop->removeEventSource(commandGate);
2803 userClient->workLoop->removeEventSource(userClient->commandGate);
H A DIOAudioStream.cpp950 workLoop->removeEventSource(commandGate);
998 workLoop->removeEventSource(commandGate);
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCTimer.cpp140 fWorkLoop->removeEventSource(fTimerSrc);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDLibUserClient.cpp239 fWL->removeEventSource(fResourceES);
307 fWL->removeEventSource(fResourceES);
312 fWL->removeEventSource(fGate);
583 fWL->removeEventSource(fResourceES);
590 fWL->removeEventSource(fGate);
H A DIOHIDEventService.cpp309 _workLoop->removeEventSource(_keyboard.caps.timer);
318 _workLoop->removeEventSource(_keyboard.eject.timer);
327 _workLoop->removeEventSource(_multiAxis.timer);
335 _workLoop->removeEventSource(_commandGate);
346 _workLoop->removeEventSource(_keyboard.debug.timer);
1108 _workLoop->removeEventSource(_keyboard.eject.timer);
1116 _workLoop->removeEventSource(_commandGate);
1124 _workLoop->removeEventSource(_keyboard.caps.timer);
1144 _workLoop->removeEventSource(_keyboard.debug.timer);
H A DIOHIDResourceUserClient.cpp139 workLoop->removeEventSource(_createDeviceTimer);
145 workLoop->removeEventSource(_commandGate);
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.cpp902 fWorkLoop->removeEventSource ( fDispatchEvent );
917 fWorkLoop->removeEventSource ( fTimerEvent );
962 fWorkLoop->removeEventSource ( fControllerGate );
971 fWorkLoop->removeEventSource ( fTimerEvent );
980 fWorkLoop->removeEventSource ( fDispatchEvent );
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBacklightDisplay.cpp231 getConnection()->getFramebuffer()->getControllerWorkLoop()->removeEventSource(fDeferredEvents);
240 getConnection()->getFramebuffer()->getControllerWorkLoop()->removeEventSource(fFadeTimer);
/macosx-10.10/IONetworkingFamily-101/
H A DIOOutputQueue.cpp897 if(wl) wl->removeEventSource(_gate);
905 if (wl) wl->removeEventSource(_interruptSrc);
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.cpp225 workLoop->removeEventSource( fGate );
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAComm.cpp125 workloop->removeEventSource(fGate);
127 // workloop->removeEventSource(fTimerSrc);
/macosx-10.10/IOATAFamily-253.0.1/
H A DIOATAController.cpp268 _workLoop->removeEventSource(_cmdGate);
276 _workLoop->removeEventSource(_timer);
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDSet.cpp52 arSetWorkLoop->removeEventSource(arSetCommandGate);
57 arSetWorkLoop->removeEventSource(arSetEventSource);

Completed in 346 milliseconds

12