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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibVectorCommand.cpp35 IOFireWireLibVectorCommandInterface VectorCommand::sInterface =
40 &VectorCommand::SSubmit,
41 &VectorCommand::SSubmitWithRefconAndCallback,
42 &VectorCommand::SIsExecuting,
43 &VectorCommand::SSetCallback,
44 &VectorCommand::SSetRefCon,
45 &VectorCommand::SGetRefCon,
46 &VectorCommand::SSetFlags,
47 &VectorCommand::SGetFlags,
48 &VectorCommand
87 VectorCommand::VectorCommand( Device & userClient, function in class:IOFireWireLib::VectorCommand
[all...]
H A DIOFireWireLibVectorCommand.h33 class VectorCommand : public IOFireWireIUnknown class in namespace:IOFireWireLib
56 VectorCommand( Device & userClient,
60 virtual ~VectorCommand();
69 inline VectorCommand * GetThis( IOFireWireLibVectorCommandRef self )
70 { return IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis( self ); }
H A DIOFireWireLibDevice.cpp1646 IUnknownVTbl** iUnknown = VectorCommand::Alloc( *this, callback, inRefCon );

Completed in 76 milliseconds