Searched defs:channel (Results 1 - 25 of 165) sorted by relevance

1234567

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAsyncStreamReceivePort.cpp33 bool IOFWAsyncStreamReceivePort::init(IODCLProgram *program, IOFireWireController *control, UInt32 channel) argument
H A DIOFWAsyncStreamCommand.cpp48 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon) argument
63 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
119 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon) argument
150 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
H A DIOFireWireMultiIsochReceive.cpp94 create(IOFireWireController *fwController, UInt32 channel, FWMultiIsochReceiveListenerCallback callback, void *pCallbackRefCon, FWMultiIsochReceiveListenerParams *pListenerParams) argument
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLogging.cpp50 WTFLogChannel* channel = WTFLogChannelByName(logChannels, logChannelCount, name.utf8().data()); local
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCDataChannelEvent.cpp40 PassRefPtr<RTCDataChannelEvent> RTCDataChannelEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel> channel) argument
50 RTCDataChannelEvent::RTCDataChannelEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel> channel) argument
60 RTCDataChannel* RTCDataChannelEvent::channel() const function in class:WebCore::RTCDataChannelEvent
/macosx-10.10/WebCore-7600.1.25/page/
H A DPageDebuggable.cpp71 void PageDebuggable::connect(Inspector::InspectorFrontendChannel* channel) argument
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DHRTFKernel.h53 static PassRefPtr<HRTFKernel> create(AudioChannel* channel, size_t fftSize, float sampleRate) argument
H A DAudioBus.h77 AudioChannel* channel(unsigned channel) { return m_channels[channel].get(); } argument
78 const AudioChannel* channel(unsigned channel) const { return const_cast<AudioBus*>(this)->m_channels[channel].get(); } function in class:WebCore::AudioBus
[all...]
H A DHRTFKernel.cpp47 static float extractAverageGroupDelay(AudioChannel* channel, size_t analysisFFTSize) argument
70 HRTFKernel::HRTFKernel(AudioChannel* channel, size_t fftSize, float sampleRate) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/workers/
H A DSharedWorker.cpp64 RefPtr<MessageChannel> channel = MessageChannel::create(context); local
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXfstat.c328 Tcl_Channel channel; local
[all...]
H A DtclXbsearch.c28 Tcl_Channel channel; /* I/O channel. */ member in struct:binSearchCB_t
[all...]
H A DtclXfilecmds.c173 Tcl_Channel channel; local
H A DtclXlgets.c33 Tcl_Channel channel; /* Channel to read from */ member in struct:__anon12978
418 Tcl_Channel channel; local
[all...]
H A DtclXoscmds.c262 Tcl_Channel channel; local
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixDup.c172 Tcl_Channel channel = NULL; local
[all...]
H A DtclXunixSock.c95 Tcl_Channel channel; local
145 Tcl_Channel channel = NULL; local
267 Tcl_Channel channel; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/win/
H A DtclXwinDup.c186 Tcl_Channel channel = NULL; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-speedbar.el[all...]
H A Derc.el[all...]
/macosx-10.10/IOGraphics-485/tools/
H A Dbootgamma.c21 uint16_t channel, idx, maxIdx, seg; local
/macosx-10.10/WebCore-7600.1.25/dom/
H A DMessagePort.cpp207 std::unique_ptr<MessagePortChannel> channel = (*ports)[i]->disentangle(); local
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib571.c57 int channel = RTP_PKT_CHANNEL(data); local
/macosx-10.10/WebCore-7600.1.25/dom/default/
H A DPlatformMessagePortChannel.cpp61 MessagePortChannel::MessagePortChannel(PassRefPtr<PlatformMessagePortChannel> channel) argument
/macosx-10.10/WebCore-7600.1.25/platform/audio/mac/
H A DAudioDestinationMac.cpp170 AudioChannel* channel = m_renderBus->channel(i); local

Completed in 166 milliseconds

1234567