Searched refs:inRefCon (Results 1 - 25 of 31) sorted by last modified time

12

/macosx-10.9.5/WebCore-7537.78.1/platform/audio/ios/
H A DAudioDestinationIOS.cpp253 void AudioDestinationIOS::frameSizeChangedProc(void *inRefCon, AudioUnit, AudioUnitPropertyID, AudioUnitScope, AudioUnitElement) argument
255 AudioDestinationIOS* audioOutput = static_cast<AudioDestinationIOS*>(inRefCon);
H A DAudioDestinationIOS.h61 static void frameSizeChangedProc(void *inRefCon, AudioUnit inUnit, AudioUnitPropertyID inID, AudioUnitScope inScope, AudioUnitElement inElement);
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dkll.c781 const KLRefCon inRefCon)
788 KLRefCon* inRefCon)
780 KLSetIdleCallback(const KLIdleCallback inCallback, const KLRefCon inRefCon) argument
787 KLGetIdleCallback(KLIdleCallback* inCallback, KLRefCon* inRefCon) argument
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
H A DoalCaptureDevice.cpp220 OSStatus OALCaptureDevice::InputProc(void * inRefCon, argument
230 OALCaptureDevice *This = static_cast<OALCaptureDevice *>(inRefCon);
H A DoalCaptureDevice.h90 static OSStatus InputProc( void * inRefCon,
H A DoalContext.cpp1415 OSStatus OALContext::ContextNotificationProc ( void *inRefCon, argument
1425 OALContext* THIS = (OALContext*)inRefCon;
H A DoalContext.h169 static OSStatus ContextNotificationProc ( void *inRefCon,
H A DoalSource.cpp2863 OSStatus OALSource::SourceInputProc ( void *inRefCon, argument
2873 OALSource* THIS = (OALSource*)inRefCon;
H A DoalSource.h613 static OSStatus SourceNotificationProc (void *inRefCon,
620 static OSStatus SourceInputProc ( void *inRefCon,
H A DoalDevice.cpp291 void OALDevice::GraphFormatPropertyListener ( void *inRefCon, argument
298 DebugMessageN1("OALDevice::GraphFormatPropertyListener - OALDevice: %ld", ((OALDevice*)inRefCon)->mSelfToken);
304 ((OALDevice*)inRefCon)->ResetRenderChannelSettings ();
H A DoalDevice.h104 static void GraphFormatPropertyListener ( void *inRefCon,
/macosx-10.9.5/MITKerberosShim-62.1/Kerberos/
H A DKerberosLogin.h381 const KLRefCon inRefCon)
386 KLRefCon* inRefCon)
/macosx-10.9.5/MITKerberosShim-62.1/include/
H A Dmit-KerberosLogin.h334 const KLRefCon inRefCon);
337 KLRefCon* inRefCon);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.cpp2610 io_user_reference_t inRefCon,
2616 super::setAsyncReference64 ( asyncRef, (mach_port_t) asyncRef[0], (mach_vm_address_t)inCallback, (io_user_reference_t)inRefCon ) ;
2627 io_user_reference_t inRefCon,
2633 super::setAsyncReference64 ( inAsyncRef, (mach_port_t) inAsyncRef[0], inCallback, (io_user_reference_t)inRefCon ) ;
2607 setAsyncRef_BusReset( OSAsyncReference64 asyncRef, mach_vm_address_t inCallback, io_user_reference_t inRefCon, void*, void*, void*, void*) argument
2624 setAsyncRef_BusResetDone( OSAsyncReference64 inAsyncRef, mach_vm_address_t inCallback, io_user_reference_t inRefCon, void*, void*, void*, void*) argument
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h1044 IOFireWireLibCommandRef (*CreateReadCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1063 IOFireWireLibCommandRef (*CreateReadQuadletCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1082 IOFireWireLibCommandRef (*CreateWriteCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1103 IOFireWireLibCommandRef (*CreateWriteQuadletCommand)(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1123 IOFireWireLibCommandRef (*CreateCompareSwapCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, UInt32 cmpVal, UInt32 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1207 @param inRefCon A user specified reference value. This will be passed to all callback functions.
1235 void* inRefCon,
1431 @param inRefCon A user specified reference value. This will be passed to all callback functions.
1467 void* inRefCon,
1584 Boolean failOnReset, UInt32 generation, void* inRefCon, REFII
[all...]
H A DIOFireWireLibDevice.cpp883 void* inRefCon,
888 IUnknownVTbl** iUnknown = ReadCmd::Alloc(*this, device, addr, buf, size, callback, failOnReset, generation, inRefCon) ;
907 void* inRefCon,
926 void* inRefCon,
931 IUnknownVTbl** iUnknown = WriteCmd::Alloc(*this, device, addr, buf, size, callback, failOnReset, generation, inRefCon) ;
951 void* inRefCon,
964 void* inRefCon, REFIID iid)
968 IUnknownVTbl** iUnknown = CompareSwapCmd::Alloc( *this, device, addr, cmpVal, newVal, quads, callback, failOnReset, generation, inRefCon) ;
1191 void* inRefCon,
1260 IUnknownVTbl** iUnknown = PseudoAddressSpace::Alloc(*this, addrSpaceRef, queueBuffer, inQueueBufferSize, inBackingStore, inRefCon) ;
875 CreateReadCommand( io_object_t device, const FWAddress& addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
899 CreateReadQuadletCommand( io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
918 CreateWriteCommand( io_object_t device, const FWAddress & addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
943 CreateWriteQuadletCommand( io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
962 CreateCompareSwapCommand( io_object_t device, const FWAddress & addr, UInt64 cmpVal, UInt64 newVal, unsigned int quads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
1189 CreateAddressSpace( UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid, Boolean isInitialUnits, UInt32 inAddressLo ) argument
1639 CreateVectorCommand( IOFireWireLibCommandCallback callback, void* inRefCon, REFIID iid ) argument
1657 CreatePHYCommand( UInt32 data1, UInt32 data2, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid ) argument
1768 CreateAsyncStreamListener( UInt32 channel, IOFWAsyncStreamListenerHandler callback, void * inRefCon, UInt32 inQueueBufferSize, REFIID iid ) argument
1846 CreateAsyncStreamCommand( UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2215 SCreateCompareSwapCommand64(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt64 cmpVal, UInt64 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid ) argument
2255 SCreateReadCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2270 SCreateReadQuadletCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 val[], const UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2278 SCreateWriteCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2286 SCreateWriteQuadletCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 quads[], const UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2294 SCreateCompareSwapCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2335 SCreatePseudoAddressSpace(IOFireWireLibDeviceRef self, UInt32 inLength, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
2348 SCreateInitialUnitsPseudoAddressSpace( IOFireWireLibDeviceRef self, UInt32 inAddressLo, UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
2655 S_CreateVectorCommand( IOFireWireLibDeviceRef self, IOFireWireLibCommandCallback callback, void* inRefCon, REFIID iid) argument
2665 S_CreatePHYCommand( IOFireWireLibDeviceRef self, UInt32 data1, UInt32 data2, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid ) argument
2720 S_CreateAsyncStreamListener( IOFireWireLibDeviceRef self, UInt32 channel, IOFWAsyncStreamListenerHandler callback, void* inRefCon, UInt32 inQueueBufferSize, REFIID iid ) argument
2755 S_CreateAsyncStreamCommand( IOFireWireLibDeviceRef self, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
[all...]
H A DIOFireWireLibIsoch.h204 @param inRefCon The new reference value.*/ \
205 void (*SetRefCon) ( IOFireWireLibIsochPortRef self, void* inRefCon) ; \
H A DIOFireWireLibIsochPort.cpp448 void* inRefCon)
450 IOFireWireIUnknown::InterfaceMap<IsochPortCOM>::GetThis(self)->SetRefCon(inRefCon) ;
446 SSetRefCon( IOFireWireLibIsochPortRef self, void* inRefCon) argument
H A DIOFireWireLibIsochPort.h108 void* inRefCon) ;
H A DIOFireWireLibCommand.cpp188 const bool inFailOnReset, const UInt32 inGeneration, void* inRefCon,
196 mRefCon( inRefCon ),
542 void* inRefCon,
548 mRefCon = inRefCon ;
756 void* inRefCon,
759 return IOFireWireIUnknown::InterfaceMap<Cmd>::GetThis(self)->SubmitWithRefconAndCallback(inRefCon, inCallback) ;
894 void* inRefCon)
896 ReadCmd* me = new ReadCmd( userclient, device, addr, buf, size, callback, failOnReset, generation, inRefCon ) ;
1714 AsyncStreamCmd::AsyncStreamCmd(Device& userclient, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon )
1715 : Cmd( reinterpret_cast<const IUnknownVTbl &>( sInterface), userclient, NULL, FWAddress(), callback, failOnReset, generation, inRefCon,
186 Cmd( const IUnknownVTbl & vtable, Device& userClient, io_object_t device, const FWAddress& inAddr, CommandCallback inCallback, const bool inFailOnReset, const UInt32 inGeneration, void* inRefCon, CommandSubmitParams* params ) argument
541 SubmitWithRefconAndCallback( void* inRefCon, CommandCallback inCallback) argument
754 SSubmitWithRefconAndCallback( IOFireWireLibCommandRef self, void* inRefCon, CommandCallback inCallback) argument
885 Alloc( Device& userclient, io_object_t device, const FWAddress& addr, void* buf, UInt32 size, CommandCallback callback, bool failOnReset, UInt32 generation, void* inRefCon) argument
1729 Alloc( Device& userclient, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon) argument
[all...]
H A DIOFireWireLibCommand.h148 void* inRefCon ) ;
161 void* inRefCon) ;
207 void* inRefCon) ;
237 void* inRefCon ) ;*/
247 void* inRefCon ) ;
258 void* inRefCon) ;
283 void* inRefCon );
292 void* inRefCon );
324 void* inRefCon ) ;
369 void* inRefCon) ;
[all...]
H A DIOFireWireLibDevice.h239 void* inRefCon,
243 void* inRefCon, REFIID iid) ;
246 UInt32 generation, void* inRefCon, REFIID iid) ;
249 UInt32 generation, void* inRefCon, REFIID iid) ;
272 void* inRefCon,
276 REFIID iid) { return CreateAddressSpace( inSize, inRefCon, inQueueBufferSize, inBackingStore, inFlags, iid ) ; }
287 void* inRefCon,
291 REFIID iid) { return CreateAddressSpace( inSize, inRefCon, inQueueBufferSize, inBackingStore, inFlags, iid, true, inAddressLo ) ; }
295 void* inRefCon,
388 IOFireWireLibVectorCommandRef CreateVectorCommand( IOFireWireLibCommandCallback callback, void* inRefCon, REFII
270 CreatePseudoAddressSpace( UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
284 CreateInitialUnitsPseudoAddressSpace( UInt32 inAddressLo, UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
[all...]
H A DIOFireWireLibVectorCommand.h64 void* inRefCon );
H A DIOFireWireLibAsyncStreamListener.cpp30 void* inRefCon )
36 mUserRefCon(inRefCon),
343 void* inRefCon )
345 inBufferSize, inCallBack, inRefCon )
363 void* inRefCon )
368 me = new AsyncStreamListenerCOM( userclient, inKernAddrSpaceRef, inBuffer, inBufferSize, inCallBack, inRefCon ) ;
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DBroadcast.c171 void *inNotificationParams, void *inRefCon );
211 void *ioParams, void *inRefCon );
1555 void *inRefCon )
1557 MovieBroadcast *bcastPtr = (MovieBroadcast *) inRefCon;
2470 void *inRefCon )
2472 MovieBroadcast *bcastPtr = (MovieBroadcast *) inRefCon;

Completed in 283 milliseconds

12