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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIRMAllocation.h62 static void LostProc( IOFireWireLibIRMAllocationRef refcon, IOReturn result, void** args, int numArgs) ;
64 Boolean NotificationIsOn(IOFireWireLibIRMAllocationRef self ) ;
66 Boolean TurnOnNotification(IOFireWireLibIRMAllocationRef self ) ;
68 void TurnOffNotification(IOFireWireLibIRMAllocationRef self ) ;
70 void SetReleaseIRMResourcesOnFree (IOFireWireLibIRMAllocationRef self, Boolean doRelease ) ;
71 IOReturn AllocateIsochResources(IOFireWireLibIRMAllocationRef self, UInt8 isochChannel, UInt32 bandwidthUnits);
72 IOReturn DeallocateIsochResources(IOFireWireLibIRMAllocationRef self);
73 Boolean AreIsochResourcesAllocated(IOFireWireLibIRMAllocationRef self, UInt8 *pAllocatedIsochChannel, UInt32 *pAllocatedBandwidthUnits);
75 void SetRefCon(IOFireWireLibIRMAllocationRef self, void* refCon) ;
76 void* GetRefCon(IOFireWireLibIRMAllocationRef sel
[all...]
H A DIOFireWireLibIRMAllocation.cpp35 mRefInterface( reinterpret_cast<IOFireWireLibIRMAllocationRef>( & GetInterface() ) )
55 IRMAllocation::NotificationIsOn ( IOFireWireLibIRMAllocationRef self )
61 IRMAllocation::TurnOnNotification ( IOFireWireLibIRMAllocationRef self )
95 IRMAllocation::TurnOffNotification ( IOFireWireLibIRMAllocationRef self )
128 void IRMAllocation::SetReleaseIRMResourcesOnFree ( IOFireWireLibIRMAllocationRef self, Boolean doRelease)
139 IOReturn IRMAllocation::AllocateIsochResources(IOFireWireLibIRMAllocationRef self, UInt8 isochChannel, UInt32 bandwidthUnits)
150 IOReturn IRMAllocation::DeallocateIsochResources(IOFireWireLibIRMAllocationRef self)
161 Boolean IRMAllocation::AreIsochResourcesAllocated(IOFireWireLibIRMAllocationRef self, UInt8 *pAllocatedIsochChannel, UInt32 *pAllocatedBandwidthUnits)
181 void IRMAllocation::SetRefCon(IOFireWireLibIRMAllocationRef self, void* refCon)
186 void* IRMAllocation::GetRefCon(IOFireWireLibIRMAllocationRef sel
[all...]
H A DIOFireWireLib.h568 typedef struct IOFireWireLibIRMAllocationInterface_t** IOFireWireLibIRMAllocationRef ; typedef in typeref:struct:IOFireWireLibIRMAllocationInterface_t
700 @abstract Callback called when an IOFireWireLibIRMAllocationRef fails to reclaim IRM resources after a bus-reset
702 typedef void (*IOFireWireLibIRMAllocationLostNotificationProc)(IOFireWireLibIRMAllocationRef irmAllocation, void *refCon);
1828 IOFireWireLibIRMAllocationRef (*CreateIRMAllocation)( IOFireWireLibDeviceRef self,
2079 const void (*setReleaseIRMResourcesOnFree)( IOFireWireLibIRMAllocationRef self, Boolean doRelease) ;
2087 IOReturn (*allocateIsochResources)(IOFireWireLibIRMAllocationRef self, UInt8 isochChannel, UInt32 bandwidthUnits);
2093 IOReturn (*deallocateIsochResources)(IOFireWireLibIRMAllocationRef self);
2101 Boolean (*areIsochResourcesAllocated)(IOFireWireLibIRMAllocationRef self, UInt8 *pAllocatedIsochChannel, UInt32 *pAllocatedBandwidthUnits);
2107 Boolean (*NotificationIsOn)(IOFireWireLibIRMAllocationRef self) ;
2113 Boolean (*TurnOnNotification)(IOFireWireLibIRMAllocationRef sel
[all...]
H A DIOFireWireLibDevice.h398 IOFireWireLibIRMAllocationRef CreateIRMAllocation(Boolean releaseIRMResourcesOnFree,
829 static IOFireWireLibIRMAllocationRef S_CreateIRMAllocation( IOFireWireLibDeviceRef self,
H A DIOFireWireLibDevice.cpp1727 IOFireWireLibIRMAllocationRef Device::CreateIRMAllocation(Boolean releaseIRMResourcesOnFree,
1738 IOFireWireLibIRMAllocationRef returnInterface = 0 ;
2707 IOFireWireLibIRMAllocationRef DeviceCOM::S_CreateIRMAllocation( IOFireWireLibDeviceRef self,

Completed in 139 milliseconds