Searched refs:Connect (Results 1 - 25 of 169) sorted by last modified time

1234567

/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
H A DEndpointManager.cpp69 class Connect : public AbstractTraceEntry { class in namespace:EndpointTracing
71 Connect(TCPEndpoint* endpoint) function in class:EndpointTracing::Connect
282 T(Connect(endpoint));
H A Dtcp.cpp528 return ((TCPEndpoint*)protocol)->Connect(address);
H A DTCPEndpoint.h39 status_t Connect(const struct sockaddr* address);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp821 if (fDriverInterface->Connect() != B_OK) {
824 if (fDriverInterface->Connect() != B_OK) {
H A DPowerStatus.cpp107 if (ACPIDriverInterface().Connect() != B_OK) {
108 if (APMDriverInterface().Connect() != B_OK) {
/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/kits/network/libnetapi/
H A DAbstractSocket.cpp216 BAbstractSocket::Connect(const BNetworkAddress& peer, int type, function in class:BAbstractSocket
H A DSocket.cpp28 Connect(peer, timeout);
52 BSocket::Connect(const BNetworkAddress& peer, bigtime_t timeout) function in class:BSocket
54 return BAbstractSocket::Connect(peer, SOCK_STREAM, timeout);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp210 UnixStreamEndpoint::Connect(const struct sockaddr* _address) function in class:UnixStreamEndpoint
215 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Connect(\"%s\")\n",
H A DUnixDatagramEndpoint.cpp161 UnixDatagramEndpoint::Connect(const struct sockaddr* _address) function in class:UnixDatagramEndpoint
163 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::Connect(\"%s\")\n",
H A Dunix.cpp120 return ((UnixEndpoint*)_protocol)->Connect(address);
H A DUnixStreamEndpoint.h48 status_t Connect(const struct sockaddr* address) override;
H A DUnixEndpoint.h53 virtual status_t Connect(const struct sockaddr* address) = 0;
H A DUnixDatagramEndpoint.h32 status_t Connect(const struct sockaddr* address) override;
/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/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...]
H A DSoundPlayNode.cpp185 // FormatProposal() is the first stage in the BMediaRoster::Connect()
306 // happens inside BMediaRoster::Connect(). At this point, the consumer's
390 SoundPlayNode::Connect(status_t error, const media_source& source, function in class:BPrivate::SoundPlayNode
398 TRACE("SoundPlayNode::Connect returning\n");
402 // If something earlier failed, Connect() might still be called, but with
422 TRACE("SoundPlayNode::Connect: downstream latency = %" B_PRId64 "\n",
432 TRACE("SoundPlayNode::Connect: buffer duration is %" B_PRId64 "\n",
436 TRACE("SoundPlayNode::Connect: using %" B_PRId64 " as internal latency\n",
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp385 VideoProducer::Connect(status_t error, const media_source& source, function in class:VideoProducer
389 FUNCTION("Connect() %ldx%ld\n",
394 ERROR("Connect() - already connected.\n");
399 ERROR("Connect() - wrong source.\n");
403 ERROR("Connect() - consumer error: %s\n", strerror(error));
407 ERROR("Connect() - format mismatch.\n");
425 ERROR("Connect() - connected format still has BPR wildcard!\n");
438 ERROR("Connect() - buffer group error: %s\n", strerror(err));
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.cpp398 fStatus = fMediaRoster->Connect(videoOutput.source, videoInput.destination,
419 fStatus = fMediaRoster->Connect(videoOutput.source,
430 // nodes' negotiation of the Connect(). That's why we wait until
431 // after Connect() finishes to save their contents.
506 fStatus = fMediaRoster->Connect(soundOutput.source, mixerInput.destination,
514 // nodes' negotiation of the Connect(). That's why we wait until
515 // after Connect() finishes to save their contents.
/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_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/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/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/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 "

Completed in 210 milliseconds

1234567