Searched refs:Connect (Results 126 - 150 of 169) sorted by path

1234567

/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp394 VSTNode::Connect(status_t status, const media_source &src, function in class:VSTNode
/haiku/src/apps/codycam/
H A DCodyCam.cpp282 /* Connect The Nodes!!! */
290 status = fMediaRoster->Connect(fProducerOut.source,
H A DFileUploadClient.cpp43 FileUploadClient::Connect(const string& server, const string& login, function in class:FileUploadClient
H A DFileUploadClient.h26 virtual bool Connect(const string& server,
H A DFtpClient.cpp132 FtpClient::Connect(const string& server, const string& login, function in class:FtpClient
149 if (fControl->Connect(addr) == B_NO_ERROR) {
638 if (fData->Connect(addr) == B_NO_ERROR)
H A DFtpClient.h38 bool Connect(const string& server,
H A DSftpClient.cpp85 SftpClient::Connect(const string& server, const string& login, function in class:SftpClient
104 if (!SpawningUploadClient::Connect(server, login, passwd))
H A DSftpClient.h32 virtual bool Connect(const string& server,
H A DSpawningUploadClient.cpp41 SpawningUploadClient::Connect(const string& server, const string& login, function in class:SpawningUploadClient
H A DSpawningUploadClient.h23 virtual bool Connect(const string& server,
H A DVideoConsumer.cpp749 if (ftp->Connect((string)fServerText, (string)fLoginText,
/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/apps/cortex/addons/AudioAdapter/
H A DAudioAdapterNode.cpp387 void _AudioAdapterNode::Connect( function in class:_AudioAdapterNode
402 _inherited::Connect(
/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/cortex/addons/LoggingConsumer/
H A DNodeHarnessWin.cpp79 mConnectButton = new BButton(r, "Connect", B_TRANSLATE("Connect"),
206 err = r->Connect(mConnection.source, mConnection.destination, &format, &soundOutput, &logInput);
/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/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/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/powerstatus/
H A DPowerStatus.cpp107 if (ACPIDriverInterface().Connect() != B_OK) {
108 if (APMDriverInterface().Connect() != B_OK) {
H A DPowerStatusView.cpp821 if (fDriverInterface->Connect() != B_OK) {
824 if (fDriverInterface->Connect() != B_OK) {
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp103 fInitStatus = fEndpoint->Connect(remoteHost, remotePort);
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp342 if (fConnection.Connect(fServerAddress) == B_OK) {
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp95 control.Connect(fWhich);
635 fMixerControl->Connect(fVolumeWhich, &volume, &errorString);
H A DMixerControl.cpp46 MixerControl::Connect(int32 volumeWhich, float* _value, const char** _error) function in class:MixerControl
/haiku/src/kits/game/
H A DGameProducer.h77 void Connect(status_t error,

Completed in 233 milliseconds

1234567