Searched refs:IOFWUserIsochChannel (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserIsochChannel.cpp23 * IOFWUserIsochChannel.cpp
37 #import "IOFWUserIsochChannel.h"
39 OSDefineMetaClassAndStructors(IOFWUserIsochChannel, IOFWIsochChannel)
41 bool IOFWUserIsochChannel::init(
47 return super::init( control, doIRM, packetSize, prefSpeed, &IOFWUserIsochChannel::isochChannel_ForceStopHandler, this ) ;
51 IOFWUserIsochChannel::allocateChannel()
54 // IOLog("IOFWUserIsochChannel::allocateChannel called!\n") ;
59 IOFWUserIsochChannel::releaseChannel()
62 // IOLog("IOFWUserIsochChannel::releaseChannel called!\n") ;
68 IOFWUserIsochChannel
[all...]
H A DIOFWUserIsochChannel.h23 * IOFWUserIsochChannel.h
34 class IOFWUserIsochChannel: public IOFWIsochChannel class in inherits:IOFWIsochChannel
38 OSDeclareDefaultStructors(IOFWUserIsochChannel)
61 static void s_exporterCleanup( IOFWUserIsochChannel * channel ) ;
H A DIOFireWireUserClient.cpp303 #import "IOFWUserIsochChannel.h"
600 case kIsochChannel_UserReleaseChannelComplete_d: // Handled by a IOFWUserIsochChannel object
1202 result = ((IOFWUserIsochChannel*) targetObject)->releaseChannelComplete();
3451 IOFWUserIsochChannel * channel = NULL ;
3457 channel = OSDynamicCast( IOFWUserIsochChannel, object2 ) ;
3470 program->setForceStopProc( (IOFWIsochChannel::ForceStopNotificationProc*)&IOFWUserIsochChannel::isochChannel_ForceStopHandler, channel, channel ) ;
3528 // we are making IOFWUserIsochChannel objects, not IOFWIsochChannel
3532 IOFWUserIsochChannel * channel = OSTypeAlloc( IOFWUserIsochChannel );
3538 (IOFWUserObjectExporter::CleanupFunction) & IOFWUserIsochChannel
[all...]

Completed in 121 milliseconds