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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.cpp160 AsyncStreamCmd::Interface AsyncStreamCmd::sInterface =
168 &AsyncStreamCmd::S_SetChannel,
169 &AsyncStreamCmd::S_SetSyncBits,
170 &AsyncStreamCmd::S_SetTagBits
1710 // AsyncStreamCmd methods
1714 AsyncStreamCmd::AsyncStreamCmd(Device& userclient, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon ) function in class:IOFireWireLib::AsyncStreamCmd
1729 AsyncStreamCmd::Alloc( Device& userclient, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon)
1731 AsyncStreamCmd* m
[all...]
H A DIOFireWireLibCommand.h436 class AsyncStreamCmd: public Cmd class in namespace:IOFireWireLib
442 AsyncStreamCmd(
454 virtual ~AsyncStreamCmd() {}
470 inline static AsyncStreamCmd* GetThis(IOFireWireLibAsyncStreamCommandRef self) { return IOFireWireIUnknown::InterfaceMap<AsyncStreamCmd>::GetThis(self) ; };
H A DIOFireWireLibDevice.cpp1859 IUnknownVTbl** iUnknown = AsyncStreamCmd::Alloc( *this, channel, sync, tag, buf, size, callback, failOnReset, generation, inRefCon );

Completed in 122 milliseconds