Searched refs:TurnOnNotification (Results 1 - 19 of 19) sorted by path

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVLib.c1872 (*stream->fIsochChannelRef)->TurnOnNotification(stream->fIsochChannelRef);
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp1459 if( !(*me->fPlugAddressSpace)->TurnOnNotification( me->fPlugAddressSpace ) )
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWAsyncStreamListener.h64 /*! @function TurnOnNotification
67 inline void TurnOnNotification() { fNotify = true; }; function in class:IOFWAsyncStreamListener
H A DIOFireWireUserClient.cpp4324 me->TurnOnNotification() ;
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h857 @function TurnOnNotification
863 const Boolean (*TurnOnNotification)(IOFireWireLibDeviceRef self) ; member in struct:IOFireWireDeviceInterface_t
868 effects of TurnOnNotification()
2013 /*! @function TurnOnNotification
2017 Boolean (*TurnOnNotification)(IOFireWireLibPseudoAddressSpaceRef self) ; member in struct:IOFireWirePseudoAddressSpaceInterface_t
2109 /*! @function TurnOnNotification
2113 Boolean (*TurnOnNotification)(IOFireWireLibIRMAllocationRef self) ; member in struct:IOFireWireLibIRMAllocationInterface_t
3804 /*! @function TurnOnNotification
3808 IOReturn (*TurnOnNotification)( IOFireWireLibPHYPacketListenerRef self ); member in struct:IOFireWireLibPHYPacketListenerInterface_t
H A DIOFireWireLibAsyncStreamListener.cpp93 AsyncStreamListener::TurnOnNotification ( AsyncStreamListenerRef self ) function in class:IOFireWireLib::AsyncStreamListener
424 return IOFireWireIUnknown::InterfaceMap<AsyncStreamListenerCOM>::GetThis(self)->TurnOnNotification( self ) ;
H A DIOFireWireLibAsyncStreamListener.h79 Boolean TurnOnNotification (
H A DIOFireWireLibDevice.cpp444 Device::TurnOnNotification( function in class:IOFireWireLib::Device
2137 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->TurnOnNotification( self ) ;
H A DIOFireWireLibDevice.h152 const Boolean TurnOnNotification(
H A DIOFireWireLibIRMAllocation.cpp61 IRMAllocation::TurnOnNotification ( IOFireWireLibIRMAllocationRef self ) function in class:IOFireWireLib::IRMAllocation
305 return IOFireWireIUnknown::InterfaceMap<IRMAllocationCOM>::GetThis(self)->TurnOnNotification(self) ;
H A DIOFireWireLibIRMAllocation.h66 Boolean TurnOnNotification(IOFireWireLibIRMAllocationRef self ) ;
H A DIOFireWireLibIsoch.h524 Boolean (*TurnOnNotification) ( IOFireWireLibIsochChannelRef self) ; member in struct:IOFireWireIsochChannelInterface_t
1031 /*! @function TurnOnNotification
1035 Boolean (*TurnOnNotification)(IOFWAsyncStreamListenerInterfaceRef self) ; member in struct:IOFWAsyncStreamListenerInterface_t
H A DIOFireWireLibIsochChannel.cpp350 IsochChannel::TurnOnNotification( IOFireWireLibIsochChannelRef interface ) function in class:IOFireWireLib::IsochChannel
362 DebugLog("IsochChannel::TurnOnNotification: user client not open!\n") ;
608 return IOFireWireIUnknown::InterfaceMap<IsochChannelCOM>::GetThis(self)->TurnOnNotification( self ) ;
H A DIOFireWireLibIsochChannel.h63 virtual Boolean TurnOnNotification( IOFireWireLibIsochChannelRef interface ) ;
H A DIOFireWireLibPHYPacketListener.cpp208 // TurnOnNotification
215 return me->TurnOnNotification( self );
218 IOReturn PHYPacketListener::TurnOnNotification( IOFireWireLibPHYPacketListenerRef self ) function in class:IOFireWireLib::PHYPacketListener
H A DIOFireWireLibPHYPacketListener.h75 IOReturn TurnOnNotification( IOFireWireLibPHYPacketListenerRef self );
H A DIOFireWireLibPseudoAddressSpace.cpp126 return IOFireWireIUnknown::InterfaceMap<PseudoAddressSpace>::GetThis(self)->TurnOnNotification(self);
293 PseudoAddressSpace::TurnOnNotification( void* callBackRefCon ) function in class:IOFireWireLib::PseudoAddressSpace
H A DIOFireWireLibPseudoAddressSpace.h113 virtual Boolean TurnOnNotification( void* callBackRefCon ) ;
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp356 fBroadcastReceiveClient->TurnOnNotification();

Completed in 368 milliseconds