Searched refs:IOFireWireLibIsochPortRef (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochChannel.h50 virtual IOReturn SetTalker( IOFireWireLibIsochPortRef talker ) ;
51 virtual IOReturn AddListener( IOFireWireLibIsochPortRef listener ) ;
77 IOFireWireLibIsochPortRef mTalker ;
103 IOFireWireLibIsochPortRef talker) ;
106 IOFireWireLibIsochPortRef listener) ;
H A DIOFireWireLibIsochChannel.cpp81 IOFireWireLibIsochPortRef port = (IOFireWireLibIsochPortRef) CFArrayGetValueAtIndex(mListeners, index) ;
102 IOFireWireLibIsochPortRef inTalker )
124 IOFireWireLibIsochPortRef inListener )
169 IOFireWireLibIsochPortRef listen ;
172 listen = (IOFireWireLibIsochPortRef)CFArrayGetValueAtIndex( mListeners, listenIndex) ;
197 IOFireWireLibIsochPortRef port = (IOFireWireLibIsochPortRef)CFArrayGetValueAtIndex(mListeners, listenIndex) ;
223 IOFireWireLibIsochPortRef listen ;
228 listen = (IOFireWireLibIsochPortRef)CFArrayGetValueAtInde
[all...]
H A DIOFireWireLibIsochPort.h93 IOFireWireLibIsochPortRef self,
97 IOFireWireLibIsochPortRef self,
101 IOFireWireLibIsochPortRef self) ;
103 IOFireWireLibIsochPortRef self) ;
105 IOFireWireLibIsochPortRef self) ;
107 IOFireWireLibIsochPortRef self,
110 IOFireWireLibIsochPortRef self) ;
112 IOFireWireLibIsochPortRef self) ;
161 IOFireWireLibIsochPortRef mRefInterface ;
H A DIOFireWireLibIsoch.h118 IOFireWireLibIsochPortRef interface) ;
121 IOFireWireLibIsochPortRef interface,
126 IOFireWireLibIsochPortRef interface,
156 IOReturn (*GetSupported) ( IOFireWireLibIsochPortRef self, IOFWSpeed* maxSpeed, UInt64* chanSupported ) ; \
170 IOReturn (*AllocatePort) ( IOFireWireLibIsochPortRef self, IOFWSpeed speed, UInt32 chan ) ; \
180 IOReturn (*ReleasePort) ( IOFireWireLibIsochPortRef self ) ; \
189 IOReturn (*Start) ( IOFireWireLibIsochPortRef self ) ; \
199 IOReturn (*Stop) ( IOFireWireLibIsochPortRef self ) ; \
205 void (*SetRefCon) ( IOFireWireLibIsochPortRef self, void* inRefCon) ; \
211 void* (*GetRefCon) ( IOFireWireLibIsochPortRef sel
[all...]
H A DIOFireWireLibIsochPort.cpp408 IOFireWireLibIsochPortRef self,
417 IOFireWireLibIsochPortRef self,
426 IOFireWireLibIsochPortRef self)
433 IOFireWireLibIsochPortRef self)
440 IOFireWireLibIsochPortRef self)
447 IOFireWireLibIsochPortRef self,
455 IOFireWireLibIsochPortRef self)
462 IOFireWireLibIsochPortRef self)
H A DIOFireWireLib.h572 typedef struct IOFireWireIsochPortInterface_t** IOFireWireLibIsochPortRef ; typedef in typeref:struct:IOFireWireIsochPortInterface_t
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVLib.c1413 IOFireWireLibIsochPortRef interface,
1437 IOFireWireLibIsochPortRef interface,
1773 IOFireWireLibIsochPortRef talker, listener;
1855 talker = (IOFireWireLibIsochPortRef) stream->pFWLocalIsochPort;
1856 listener = (IOFireWireLibIsochPortRef)stream->pFWRemoteIsochPort;
1859 listener = (IOFireWireLibIsochPortRef) stream->pFWLocalIsochPort;
1860 talker = (IOFireWireLibIsochPortRef)stream->pFWRemoteIsochPort;

Completed in 299 milliseconds