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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochChannel.h54 virtual IOReturn ReleaseChannel() ;
H A DIOFireWireLibIsochChannel.cpp210 IsochChannel::ReleaseChannel() function in class:IOFireWireLib::IsochChannel
212 DebugLog("+ IsochChannel::ReleaseChannel\n") ;
220 DebugLogCond( result, "IsochChannel::ReleaseChannel: error 0x%08x calling ReleasePort() on talker\n", result) ;
231 DebugLogCond(result, "IsochChannel::ReleaseChannel: error %p calling ReleasePort() on listener\n", listen) ;
564 return IOFireWireIUnknown::InterfaceMap<IsochChannelCOM>::GetThis(self)->ReleaseChannel() ;
H A DIOFireWireLibIsoch.h473 /*! @function ReleaseChannel
479 IOReturn (*ReleaseChannel) ( IOFireWireLibIsochChannelRef self ) ; member in struct:IOFireWireIsochChannelInterface_t
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVLib.c1927 //syslog(LOG_INFO, "ReleaseChannel of stream %p\n", stream);
1928 err = (*stream->fIsochChannelRef)->ReleaseChannel(stream->fIsochChannelRef);

Completed in 328 milliseconds