Searched refs:IOFireWireLibVectorCommandRef (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibVectorCommand.h69 inline VectorCommand * GetThis( IOFireWireLibVectorCommandRef self )
72 static IOReturn SSubmit( IOFireWireLibVectorCommandRef self );
75 static IOReturn SSubmitWithRefconAndCallback( IOFireWireLibVectorCommandRef self, void* refCon, IOFireWireLibCommandCallback inCallback );
77 static Boolean SIsExecuting( IOFireWireLibVectorCommandRef self );
79 static void SSetCallback( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandCallback inCallback );
90 static void SSetRefCon( IOFireWireLibVectorCommandRef self, void* refCon );
92 static void * SGetRefCon( IOFireWireLibVectorCommandRef self );
94 static void SSetFlags( IOFireWireLibVectorCommandRef self, UInt32 inFlags );
96 static UInt32 SGetFlags( IOFireWireLibVectorCommandRef self );
98 static IOReturn SEnsureCapacity( IOFireWireLibVectorCommandRef sel
[all...]
H A DIOFireWireLibVectorCommand.cpp203 IOReturn VectorCommand::SEnsureCapacity( IOFireWireLibVectorCommandRef self, UInt32 capacity )
308 VectorCommand::SSubmit( IOFireWireLibVectorCommandRef self )
410 IOReturn VectorCommand::SSubmitWithRefconAndCallback( IOFireWireLibVectorCommandRef self, void* refCon, IOFireWireLibCommandCallback inCallback )
421 Boolean VectorCommand::SIsExecuting( IOFireWireLibVectorCommandRef self )
480 void VectorCommand::SSetCallback( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandCallback inCallback )
490 void VectorCommand::SSetRefCon( IOFireWireLibVectorCommandRef self, void* refCon )
500 void * VectorCommand::SGetRefCon( IOFireWireLibVectorCommandRef self )
510 void VectorCommand::SSetFlags( IOFireWireLibVectorCommandRef self, UInt32 inFlags )
520 UInt32 VectorCommand::SGetFlags( IOFireWireLibVectorCommandRef self )
530 void VectorCommand::SAddCommand( IOFireWireLibVectorCommandRef sel
[all...]
H A DIOFireWireLib.h562 typedef struct IOFireWireLibVectorCommandInterface_t** IOFireWireLibVectorCommandRef; typedef in typeref:struct:IOFireWireLibVectorCommandInterface_t
1745 @result An IOFireWireLibVectorCommandRef interface*/
1746 IOFireWireLibVectorCommandRef (*CreateVectorCommand)( IOFireWireLibDeviceRef self, IOFireWireLibCommandCallback callback, void* inRefCon, REFIID iid) ;
3613 IOReturn (*Submit)(IOFireWireLibVectorCommandRef self);
3623 IOReturn (*SubmitWithRefconAndCallback)(IOFireWireLibVectorCommandRef self, void* refCon, IOFireWireLibCommandCallback inCallback);
3630 Boolean (*IsExecuting)(IOFireWireLibVectorCommandRef self);
3638 void (*SetCallback)(IOFireWireLibVectorCommandRef self, IOFireWireLibCommandCallback inCallback);
3646 void (*SetRefCon)(IOFireWireLibVectorCommandRef self, void* refCon);
3653 void * (*GetRefCon)(IOFireWireLibVectorCommandRef self);
3673 void (*SetFlags)(IOFireWireLibVectorCommandRef sel
[all...]
H A DIOFireWireLibDevice.h388 IOFireWireLibVectorCommandRef CreateVectorCommand( IOFireWireLibCommandCallback callback, void* inRefCon, REFIID iid );
815 static IOFireWireLibVectorCommandRef S_CreateVectorCommand(
H A DIOFireWireLibDevice.cpp1638 IOFireWireLibVectorCommandRef
1644 IOFireWireLibVectorCommandRef result = 0;
2654 IOFireWireLibVectorCommandRef

Completed in 266 milliseconds