Searched refs:Connect (Results 151 - 169 of 169) sorted by relevance

1234567

/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.cpp396 EqualizerNode::Connect(status_t status, const media_source &src, function in class:EqualizerNode
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp345 // the producer in BBufferProducer::Connect().
528 void FlangerNode::Connect( function in class:FlangerNode
535 PRINT(("FlangerNode::Connect()\n"));
778 // inside BMediaRoster::Connect(). At this point, the consumer's AcceptFormat()
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp103 fInitStatus = fEndpoint->Connect(remoteHost, remotePort);
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp572 status_t connectError = fSocket->Connect(fRemoteAddr);
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp245 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Connect).Method(), "CONNECT"sv);
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp782 if (auto status = fSocket->Connect(fRemoteAddress); status != B_OK) {
785 "BSocket::Connect()", BNetworkRequestError::NetworkError, status);
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp545 // the producer in BBufferProducer::Connect().
743 void AudioFilterNode::Connect( function in class:AudioFilterNode
750 PRINT(("AudioFilterNode::Connect()\n"));
1044 // inside BMediaRoster::Connect(). At this point, the consumer's AcceptFormat()
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp580 VideoProducer::Connect(status_t error, const media_source &source, function in class:VideoProducer
584 PRINTF(1, ("Connect() %ldx%ld\n", \
589 PRINTF(0, ("Connect: Already connected\n"));
595 PRINTF(1, ("Connect: Connect error\n"));
623 PRINTF(0, ("Connect: Out of memory\n"));
1108 * changed the timing information (see VideoProducer::Connect()) and
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp539 VideoProducer::Connect(status_t error, const media_source &source, function in class:VideoProducer
543 PRINTF(1, ("Connect() %" B_PRIu32 "x%" B_PRIu32 "\n", \
548 PRINTF(0, ("Connect: Already connected\n"));
554 PRINTF(0, ("Connect: Device unplugged\n"));
560 PRINTF(1, ("Connect: Connect error\n"));
588 PRINTF(0, ("Connect: Out of memory\n"));
930 * changed the timing information (see VideoProducer::Connect()) and
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp916 err = fRecorder->Connect(input, &audioOutput, &fRecordFormat);
/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp675 Tab::Connect(Variable* variable) function in class:Tab
/haiku/src/kits/media/
H A DMediaRoster.cpp1004 BMediaRoster::Connect(const media_source& from, const media_destination& to, function in class:BMediaRoster
1007 return BMediaRoster::Connect(from, to, _format, _output, _input, 0);
1012 BMediaRoster::Connect(const media_source& from, const media_destination& to, function in class:BMediaRoster
1020 ERROR("BMediaRoster::Connect: media_source invalid\n");
1024 ERROR("BMediaRoster::Connect: media_destination invalid\n");
1036 ERROR("BMediaRoster::Connect: Can't find source node for port %"
1043 ERROR("BMediaRoster::Connect: Can't find destination node for port "
1050 ERROR("BMediaRoster::Connect: source node %" B_PRId32 " is not a "
1055 ERROR("BMediaRoster::Connect: destination node %" B_PRId32 " is not a "
1063 PRINT_FORMAT("BMediaRoster::Connect callin
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp1473 CRadeonProducer::Connect(status_t error, const media_source &source, function in class:CRadeonProducer
1481 DPRINT(( "Connect: Consumer returned error (%s) - releasing source",
1488 DPRINT(( "Connect: Wrong source specified\n"));
1499 DPRINT(("CRadeonProducer::Connect() - %s\n", buffer));
1505 DPRINT(("CRadeonProducer::Connect() done\n"));
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp779 // happens inside BMediaRoster::Connect(). At this point, the consumer's
884 AudioMixer::Connect(status_t error, const media_source &source, function in class:AudioMixer
887 TRACE("AudioMixer::Connect\n");
893 ERROR("AudioMixer::Connect: no longer connected\n");
900 ERROR("AudioMixer::Connect failed with error 0x%08lX, removing "
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp990 //! FormatProposal() is the first stage in the BMediaRoster::Connect()
1113 // inside BMediaRoster::Connect(). At this point, the consumer's
1186 OpenSoundNode::Connect(status_t error, const media_source& source, function in class:OpenSoundNode
1196 fprintf(stderr, "OpenSoundNode::Connect returning (cause : "
1205 // If something earlier failed, Connect() might still be called, but with
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp1133 // format as you would for BMediaRoster::Connect().
1156 // * Connect the nodes
1162 D_ROSTER(("# roster->Connect()\n"));
1163 err = roster->Connect(
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp517 * BBufferProducer::Connect
656 * BBufferProducer::Connect
781 DVBMediaNode::Connect(status_t error, const media_source &source, function in class:DVBMediaNode
790 * we are here => BBufferProducer::Connect
793 TRACE("DVBMediaNode::Connect: %s\n", SourceDefaultName(source));
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp808 // FormatProposal() is the first stage in the BMediaRoster::Connect()
961 MultiAudioNode::Connect(status_t error, const media_source& source, function in class:MultiAudioNode
970 fprintf(stderr, "MultiAudioNode::Connect returning (cause: "
975 // If something earlier failed, Connect() might still be called, but with
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp605 TCPEndpoint::Connect(const sockaddr* address) function in class:TCPEndpoint
612 TRACE("Connect() on address %s", PrintAddress(address));
618 TRACE(" Connect(): Connection complete: %s (timeout was %"
646 TRACE(" Connect(): starting 3-way handshake...");
661 TRACE(" Connect() completed after _SendQueued()");
669 TRACE(" Connect() delayed, return EINPROGRESS");
677 TRACE(" Connect(): Connection complete: %s (timeout was %" B_PRIdBIGTIME

Completed in 178 milliseconds

1234567