• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/

Lines Matching defs:self

203 	IOReturn VectorCommand::SEnsureCapacity( IOFireWireLibVectorCommandRef self, UInt32 capacity )
205 return IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self)->EnsureCapacity( capacity );
308 VectorCommand::SSubmit( IOFireWireLibVectorCommandRef self )
310 return IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self)->Submit();
410 IOReturn VectorCommand::SSubmitWithRefconAndCallback( IOFireWireLibVectorCommandRef self, void* refCon, IOFireWireLibCommandCallback inCallback )
412 (*self)->SetRefCon( self, refCon );
413 (*self)->SetCallback( self, inCallback );
414 return (*self)->Submit( self );
421 Boolean VectorCommand::SIsExecuting( IOFireWireLibVectorCommandRef self )
423 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
480 void VectorCommand::SSetCallback( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandCallback inCallback )
482 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
490 void VectorCommand::SSetRefCon( IOFireWireLibVectorCommandRef self, void* refCon )
492 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
500 void * VectorCommand::SGetRefCon( IOFireWireLibVectorCommandRef self )
502 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
510 void VectorCommand::SSetFlags( IOFireWireLibVectorCommandRef self, UInt32 inFlags )
512 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
520 UInt32 VectorCommand::SGetFlags( IOFireWireLibVectorCommandRef self )
522 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
530 void VectorCommand::SAddCommand( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command )
532 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
541 void VectorCommand::SRemoveCommand( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command )
543 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
565 void VectorCommand::SInsertCommandAtIndex( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command, UInt32 index )
567 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
576 IOFireWireLibCommandRef VectorCommand::SGetCommandAtIndex( IOFireWireLibVectorCommandRef self, UInt32 index )
578 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
587 UInt32 VectorCommand::SGetIndexOfCommand( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command )
589 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
600 void VectorCommand::SRemoveCommandAtIndex( IOFireWireLibVectorCommandRef self, UInt32 index )
602 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
611 void VectorCommand::SRemoveAllCommands( IOFireWireLibVectorCommandRef self )
613 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);
622 UInt32 VectorCommand::SGetCommandCount( IOFireWireLibVectorCommandRef self )
624 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self);