Searched refs:fListenEndpoint (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp47 fListenEndpoint(NULL),
69 fListenEndpoint.SetTo(new(std::nothrow) BNetEndpoint());
70 if (!fListenEndpoint.IsSet()) {
75 fInitStatus = fListenEndpoint->Bind(fListenPort);
99 fReceiver.SetTo(new(std::nothrow) NetReceiver(fListenEndpoint.Get(), fReceiveBuffer.Get(),
132 fListenEndpoint.Unset();
357 if (fListenEndpoint.IsSet())
358 fListenEndpoint->Close();
H A DRemoteHWInterface.h121 ObjectDeleter<BNetEndpoint> fListenEndpoint; member in class:RemoteHWInterface

Completed in 38 milliseconds