Home
last modified time | relevance | path

Searched refs:PSafePtr (Results 1 – 25 of 116) sorted by relevance

12345

/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dsafecoll.h754 PSafePtr(
766 PSafePtr(
779 PSafePtr( in PSafePtr() function
790 PSafePtr( in PSafePtr() function
799 PSafePtr & operator=(const PSafePtr & ptr)
830 PSafePtr & operator=(T * obj)
855 PSafePtr Set(T * obj) in Set()
858 PSafePtr oldPtr = *this; in Set()
928 PSafePtr<Derived> PSafePtrCast(const PSafePtr<Base> & oldPtr) in PSafePtrCast()
931 PSafePtr<Derived> newPtr; in PSafePtrCast()
[all …]
/dports/net/opal/opal-3.10.10/include/opal/
H A Dopalmixer.h469 virtual PSafePtr<OpalMixerNode> AddNode(
480 PSafePtr<OpalMixerNode> GetFirstNode(
487 virtual PSafePtr<OpalMixerNode> FindNode(
535 const PSafePtr<OpalMixerNode> & node, in UserInput()
543 PSafePtr<OpalMixerNode> m_node;
673 PSafePtr<OpalMixerNode> AddNode(
690 PSafePtr<OpalMixerNode> GetFirstNode(
697 PSafePtr<OpalMixerNode> FindNode(
892 PSafePtr<OpalMixerNode> m_node;
974 PSafePtr<OpalMixerNode> m_node;
[all …]
H A Dcall.h290 PSafePtr<OpalConnection> GetOtherPartyConnection(
296 PSafePtr<OpalConnection> GetConnection(
305 PSafePtr<ConnClass> GetConnectionAs(
310 PSafePtr<ConnClass> connection;
311 …for (PSafePtr<OpalConnection> iterConn(connectionsActive, PSafeReference); iterConn != NULL; ++ite…
591 PSafePtr<OpalConnection> & connection,
H A Dendpoint.h250 virtual PSafePtr<OpalConnection> MakeConnection(
513 PSafePtr<OpalConnection> GetConnectionWithLock(
525 PSafePtr<ConnClass> GetConnectionWithLockAs(
530PSafePtr<ConnClass> connection = PSafePtrCast<OpalConnection, ConnClass>(GetConnectionWithLock(tok…
532 PSafePtr<OpalCall> call = manager.FindCallWithLock(token, PSafeReadOnly);
/dports/net/opal/opal-3.10.10/src/opal/
H A Dcall.cxx208 PSafePtr<OpalConnection> otherConnection; in OnSetUp()
235 PSafePtr<OpalConnection> otherConnection; in OnAlerting()
275 PSafePtr<OpalConnection> otherConnection; in OnConnected()
332 PSafePtr<OpalConnection> connection; in Hold()
348 PSafePtr<OpalConnection> connection; in Retrieve()
360 PSafePtr<OpalConnection> connection; in IsOnHold()
698 PSafePtr<OpalConnection> connection; in StartMediaStreams()
706 PSafePtr<OpalConnection> connection; in CloseMediaStreams()
809 PSafePtr<OpalConnection> connection; in StartRecording()
830 PSafePtr<OpalConnection> connection; in StopRecording()
[all …]
H A Dopalmixer.cxx766 PSafePtr<OpalConnection> OpalMixerEndPoint::MakeConnection(OpalCall & call, in MakeConnection()
787 PSafePtr<OpalMixerNode> node = FindNode(name); in MakeConnection()
833 PSafePtr<OpalMixerNode> node(CreateNode(info), PSafeReference); in AddNode()
866 OpalMixerConnection::OpalMixerConnection(PSafePtr<OpalMixerNode> node, in OpalMixerConnection()
979 PSafePtr<OpalMixerNode> node, in OpalMixerMediaStream()
1134 PSafePtr<OpalConnection> connection; in ShutDown()
1259 PSafePtr<OpalConnection> other2; in UseMediaPassThrough()
1280 PSafePtr<OpalConnection> other1 = connection1->GetOtherPartyConnection(); in UseMediaPassThrough()
1582 PSafePtr<OpalMixerNode> node = m_nodesByUID.GetAt(0); in ShutDown()
1604 PSafePtr<OpalMixerNode> node(CreateNode(info), PSafeReference); in AddNode()
[all …]
H A Dmanager.cxx435 PSafePtr<OpalCall> OpalManager::SetUpCall(const PString & partyA, in SetUpCall()
477 PSafePtr<OpalCall> call = activeCalls.FindWithLock(token, PSafeReadOnly); in IsCallEstablished()
498 PSafePtr<OpalCall> call = activeCalls.FindWithLock(token, PSafeReference); in ClearCall()
535 for (PSafePtr<OpalCall> call = activeCalls; call != NULL; ++call) in InternalClearAllCalls()
587 PSafePtr<OpalConnection> OpalManager::MakeConnection(OpalCall & call, in MakeConnection()
943 PSafePtr<OpalCall> call1 = FindCallWithLock(token1); in SetMediaPassThrough()
944 PSafePtr<OpalCall> call2 = FindCallWithLock(token2); in SetMediaPassThrough()
951 PSafePtr<OpalConnection> connection1 = call1->GetConnection(0, PSafeReadOnly); in SetMediaPassThrough()
955 PSafePtr<OpalConnection> connection2 = call2->GetConnection(0, PSafeReadOnly); in SetMediaPassThrough()
1830 PSafePtr<OpalCall> call = FindCallWithLock(callToken, PSafeReadWrite); in IsRecording()
[all …]
H A Dlocalep.cxx71 PSafePtr<OpalConnection> OpalLocalEndPoint::MakeConnection(OpalCall & call, in MakeConnection()
112 PSafePtr<OpalLocalConnection> connection = GetLocalConnectionWithLock(token, PSafeReadOnly); in AlertingIncomingCall()
128 PSafePtr<OpalLocalConnection> connection = GetLocalConnectionWithLock(token, PSafeReadOnly); in AcceptIncomingCall()
144 PSafePtr<OpalLocalConnection> connection = GetLocalConnectionWithLock(token, PSafeReadOnly); in RejectIncomingCall()
241 PSafePtr<OpalConnection> otherConnection = GetOtherPartyConnection(); in OnApplyStringOptions()
H A Dpcss.cxx205 PSafePtr<OpalConnection> OpalPCSSEndPoint::MakeConnection(OpalCall & call, in MakeConnection()
440PSafePtr<OpalAudioMediaStream> stream = PSafePtrCast<OpalMediaStream, OpalAudioMediaStream>(GetMed… in SetAudioVolume()
454PSafePtr<OpalAudioMediaStream> stream = PSafePtrCast<OpalMediaStream, OpalAudioMediaStream>(GetMed… in GetAudioVolume()
468PSafePtr<OpalAudioMediaStream> stream = PSafePtrCast<OpalMediaStream, OpalAudioMediaStream>(GetMed… in SetAudioMute()
482PSafePtr<OpalAudioMediaStream> stream = PSafePtrCast<OpalMediaStream, OpalAudioMediaStream>(GetMed… in GetAudioMute()
496PSafePtr<OpalAudioMediaStream> stream = PSafePtrCast<OpalMediaStream, OpalAudioMediaStream>(GetMed… in GetAudioSignalLevel()
/dports/net/opal/opal-3.10.10/samples/opalmcu/
H A Dmain.cxx289 OpalMixerConnection * MyMixerEndPoint::CreateConnection(PSafePtr<OpalMixerNode> node, in CreateConnection()
332 PSafePtr<OpalMixerNode> node = AddNode(info); in CmdConfAdd()
347 …for (PSafePtr<OpalMixerNode> node = m_nodeManager.GetFirstNode(PSafeReadOnly); node != NULL; ++nod… in CmdConfList()
372 PSafePtr<OpalMixerNode> node; in CmdConfRemove()
383 PSafePtr<OpalMixerNode> node; in CmdConfListen()
406 PSafePtr<OpalMixerNode> node; in CmdConfRecord()
450 PSafePtr<OpalMixerNode> node; in CmdConfPlay()
477 PSafePtr<OpalMixerNode> node; in CmdMemberAdd()
492 PSafePtr<OpalMixerNode> node; in CmdMemberList()
516 PSafePtr<OpalMixerNode> node; in CmdMemberRemove()
[all …]
H A Dmain.h60 PSafePtr<OpalMixerNode> node,
83 PSafePtr<OpalMixerNode> node,
104 bool CmdConfXXX(PCLI::Arguments & args, PSafePtr<OpalMixerNode> & node, PINDEX argCount);
/dports/net/opal/opal-3.10.10/include/im/
H A Dim.h104 static PSafePtr<OpalIMContext> Create(
110 static PSafePtr<OpalIMContext> Create(
112 PSafePtr<OpalConnection> conn
115 static PSafePtr<OpalIMContext> Create(
117 PSafePtr<OpalPresentity> presentity,
225 PSafePtr<OpalConnection> m_connection;
226 PSafePtr<OpalPresentity> m_presentity;
268 void AddContext(PSafePtr<OpalIMContext> context);
273 PSafePtr<OpalIMContext> FindContextByIdWithLock(
278 PSafePtr<OpalIMContext> FindContextByNamesWithLock(
[all …]
H A Dmsrp.h203 PSafePtr<Connection> OpenConnection(
212 PSafePtr<OpalMSRPManager::Connection> & connection
235 PSafePtr<Connection> m_connection;
269 typedef std::map<std::string, PSafePtr<Connection> > ConnectionInfoMapType;
339 void SetConnection(PSafePtr<OpalMSRPManager::Connection> & conn);
346 PSafePtr<OpalMSRPManager::Connection> m_connectionPtr;
/dports/net/opal/opal-3.10.10/src/im/
H A Dim_mf.cxx384 PSafePtr<OpalIMContext> OpalIMContext::Create(OpalManager & manager, PSafePtr<OpalConnection> conn) in Create()
386 PSafePtr<OpalIMContext> context = OpalIMContext::Create(manager, in Create()
397 PSafePtr<OpalIMContext> OpalIMContext::Create(OpalManager & manager, PSafePtr<OpalPresentity> prese… in Create()
655 void OpalIMManager::AddContext(PSafePtr<OpalIMContext> imContext) in AddContext()
709 PSafePtr<OpalIMContext> context(m_contextsByConversationId, PSafeReadOnly); in GarbageCollection()
791 PSafePtr<OpalIMContext> context; in FindContextForMessageWithLock()
827 PSafePtr<OpalIMContext> context = FindContextForMessageWithLock(*im, conn); in OnIncomingMessage()
881 PSafePtr<OpalIMContext> context = FindContextByIdWithLock(conversationId); in InternalOnNewConversation()
919 PSafePtr<OpalIMContext> context = FindContextByIdWithLock(conversationId); in InternalOnCompositionIndicationTimeout()
931 PSafePtr<OpalIMContext> context = FindContextByIdWithLock(conversationId); in InternalOnNewIncomingIM()
[all …]
/dports/net/opal/opal-3.10.10/src/sip/
H A Dsipep.cxx130 PSafePtr<SIPHandler> handler = activeSIPHandlers.GetFirstHandler(); in ShutDown()
143 PSafePtr<SIPTransaction> transaction; in ShutDown()
370 PSafePtr<OpalConnection> SIPEndPoint::MakeConnection(OpalCall & call, in MakeConnection()
394 PSafePtr<SIPTransaction> transaction(transactions, PSafeReadOnly); in GarbageCollection()
408 PSafePtr<SIPHandler> handler = activeSIPHandlers.GetFirstHandler(); in GarbageCollection()
456 PSafePtr<OpalConnection> otherConnection = GetConnectionWithLock(token, PSafeReference); in SetupTransfer()
522 PSafePtr<SIPTransaction> byeTransaction = new SIPBye(*this, *transport, context); in ClearDialogContext()
768 PSafePtr<SIPConnection> SIPEndPoint::GetSIPConnectionWithLock(const PString & token, in GetSIPConnectionWithLock()
1438 PSafePtr<SIPHandler> handler; in SendMESSAGE()
1510 PSafePtr<SIPHandler> handler = new SIPOptionsHandler(*this, params); in SendOPTIONS()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/samples/ThreadSafe/
H A Dmain.cxx163 PSafePtr<TestObject> ptr; in Test1Output()
184 PSafePtr<TestObject> ptr; in Test1OutputEnd()
211 PSafePtr<TestObject> ptr; in Test1Thread()
297 PSafePtr<TestObject> ptr2 = unsorted.GetAt(unsorted.GetSize() - 1, PSafeReadOnly); in Test1Thread()
305 PSafePtr<TestObject> ptr2 = unsorted.GetAt(sorted.GetSize() - 1, PSafeReference); in Test1Thread()
334 PSafePtr<TestObject> ptr = sparse.FindWithLock(0, PSafeReadOnly); in Test2Thread1()
353 PSafePtr<TestObject> ptr = sparse.FindWithLock(0, PSafeReadWrite); in Test2Thread2()
378 PSafePtr<TestObject> ptr = unsorted.GetAt(2, PSafeReadOnly); in Test3Thread1()
399 PSafePtr<TestObject> ptr = unsorted.GetAt(0, PSafeReadOnly); in Test3Thread2()
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dgkserver.h101 PSafePtr<H323RegisteredEndPoint> endpoint;
1215 virtual PSafePtr<H323RegisteredEndPoint> FindEndPointByIdentifier(
1243 virtual PSafePtr<H323RegisteredEndPoint> FindEndPointByAliasString(
1264 PSafePtr<H323RegisteredEndPoint> GetFirstEndPoint(
1266 ) { return PSafePtr<H323RegisteredEndPoint>(byIdentifier, mode); }
1269 PSafePtr<H323RegisteredEndPoint> FindDestinationEndPoint(
1327 virtual PSafePtr<H323GatekeeperCall> FindCall(
1334 virtual PSafePtr<H323GatekeeperCall> FindCall(
1342 virtual PSafePtr<H323GatekeeperCall> FindCall(
1350 PSafePtr<H323GatekeeperCall> GetFirstCall(
[all …]
H A Dpeclient.h290 PSafePtr<H323PeerElementDescriptor> GetFirstDescriptor(
292 ) { return PSafePtr<H323PeerElementDescriptor>(descriptors, mode); }
294 PSafePtr<H323PeerElementServiceRelationship> GetFirstLocalServiceRelationship(
296 ) { return PSafePtr<H323PeerElementServiceRelationship>(localServiceRelationships, mode); }
298 PSafePtr<H323PeerElementServiceRelationship> GetFirstRemoteServiceRelationship(
300 ) { return PSafePtr<H323PeerElementServiceRelationship>(remoteServiceRelationships, mode); }
/dports/net/opal/opal-3.10.10/include/h323/
H A Dgkserver.h109 PSafePtr<H323RegisteredEndPoint> endpoint;
1214 virtual PSafePtr<H323RegisteredEndPoint> FindEndPointByIdentifier(
1242 virtual PSafePtr<H323RegisteredEndPoint> FindEndPointByAliasString(
1263 PSafePtr<H323RegisteredEndPoint> GetFirstEndPoint(
1265 ) { return PSafePtr<H323RegisteredEndPoint>(byIdentifier, mode); }
1268 PSafePtr<H323RegisteredEndPoint> FindDestinationEndPoint(
1326 virtual PSafePtr<H323GatekeeperCall> FindCall(
1333 virtual PSafePtr<H323GatekeeperCall> FindCall(
1341 virtual PSafePtr<H323GatekeeperCall> FindCall(
1349 PSafePtr<H323GatekeeperCall> GetFirstCall(
[all …]
H A Dpeclient.h293 PSafePtr<H323PeerElementDescriptor> GetFirstDescriptor(
295 ) { return PSafePtr<H323PeerElementDescriptor>(descriptors, mode); }
297 PSafePtr<H323PeerElementServiceRelationship> GetFirstLocalServiceRelationship(
299 ) { return PSafePtr<H323PeerElementServiceRelationship>(localServiceRelationships, mode); }
301 PSafePtr<H323PeerElementServiceRelationship> GetFirstRemoteServiceRelationship(
303 ) { return PSafePtr<H323PeerElementServiceRelationship>(remoteServiceRelationships, mode); }
/dports/net/opal/opal-3.10.10/include/sip/
H A Dhandlers.h174 typedef std::map<PString, PSafePtr<SIPHandler> > IndexMap;
391 PSafePtr<SIPHandler> GetFirstHandler(PSafetyMode mode = PSafeReference) const
392 { return PSafePtr<SIPHandler>(m_handlersList, mode); }
407 PSafePtr<SIPHandler> FindSIPHandlerByCallID(const PString & callID, PSafetyMode m);
412 PSafePtr<SIPHandler> FindSIPHandlerByAuthRealm(const PString & authRealm, PSafetyMode m);
417PSafePtr<SIPHandler> FindSIPHandlerByAuthRealm(const PString & authRealm, const PString & userName…
426PSafePtr<SIPHandler> FindSIPHandlerByUrl(const PURL & url, SIP_PDU::Methods meth, PSafetyMode m);
427PSafePtr<SIPHandler> FindSIPHandlerByUrl(const PURL & url, SIP_PDU::Methods meth, const PString & …
434PSafePtr <SIPHandler> FindSIPHandlerByDomain(const PString & name, SIP_PDU::Methods meth, PSafetyM…
443 PSafePtr<SIPHandler> FindBy(IndexMap & by, const PString & key, PSafetyMode m);
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dpeclient.cxx260 …for (PSafePtr<H323PeerElementServiceRelationship> sr = GetFirstRemoteServiceRelationship(PSafeRead… in MonitorMain()
275 …for (PSafePtr<H323PeerElementServiceRelationship> sr = GetFirstLocalServiceRelationship(PSafeReadO… in MonitorMain()
294 …for (PSafePtr<H323PeerElementDescriptor> descriptor = GetFirstDescriptor(PSafeReadOnly); descripto… in MonitorMain()
326 …for (PSafePtr<H323PeerElementDescriptor> descriptor = GetFirstDescriptor(PSafeReadWrite); descript… in UpdateAllDescriptors()
369 …for (PSafePtr<H323PeerElementServiceRelationship> sr = GetFirstRemoteServiceRelationship(PSafeRead… in SetOnlyServiceRelationship()
457 …for (PSafePtr<H323PeerElementServiceRelationship> sr = GetFirstRemoteServiceRelationship(PSafeRead… in RemoveAllServiceRelationships()
546 …for (PSafePtr<H323PeerElementDescriptor> descriptor = GetFirstDescriptor(PSafeReadWrite); descript… in ServiceRequestByAddr()
849PSafePtr<H323PeerElementDescriptor> descriptor = descriptors.FindWithLock(H323PeerElementDescripto… in AddDescriptor()
999PSafePtr<H323PeerElementDescriptor> descriptor = descriptors.FindWithLock(H323PeerElementDescripto… in DeleteDescriptor()
1049 …for (PSafePtr<H323PeerElementServiceRelationship> sr = GetFirstRemoteServiceRelationship(PSafeRead… in UpdateDescriptor()
[all …]
H A Dgkserver.cxx922 PSafePtr<H323RegisteredEndPoint> destEP; in OnAdmission()
2192 PSafePtr<H323RegisteredEndPoint> lock(info.endpoint, PSafeReadWrite); in OnRegistration()
3033 PSafePtr<H323RegisteredEndPoint> H323GatekeeperServer::FindEndPointByIdentifier( in FindEndPointByIdentifier()
3075 PSafePtr<H323RegisteredEndPoint> H323GatekeeperServer::FindEndPointByAliasString( in FindEndPointByAliasString()
3128 PSafePtr<H323RegisteredEndPoint> H323GatekeeperServer::FindDestinationEndPoint( in FindDestinationEndPoint()
3133 PSafePtr<H323GatekeeperCall> call = FindCall(id, direction); in FindDestinationEndPoint()
3139 PSafePtr<H323RegisteredEndPoint> ep = FindEndPointByAliasString(alias); in FindDestinationEndPoint()
3162 PSafePtr<H323GatekeeperCall> oldCall = FindCall(id, info.arq.m_answerCall); in OnAdmission()
3371 PSafePtr<H323RegisteredEndPoint> ep = in OnLocation()
3495 PSafePtr<H323RegisteredEndPoint> ep = FindEndPointByAliasAddress(alias); in CheckAliasAddressPolicy()
[all …]
/dports/net/opal/opal-3.10.10/src/h323/
H A Dpeclient.cxx265 …for (PSafePtr<H323PeerElementServiceRelationship> sr = GetFirstRemoteServiceRelationship(PSafeRead… in MonitorMain()
280 …for (PSafePtr<H323PeerElementServiceRelationship> sr = GetFirstLocalServiceRelationship(PSafeReadO… in MonitorMain()
299 …for (PSafePtr<H323PeerElementDescriptor> descriptor = GetFirstDescriptor(PSafeReadOnly); descripto… in MonitorMain()
331 …for (PSafePtr<H323PeerElementDescriptor> descriptor = GetFirstDescriptor(PSafeReadWrite); descript… in UpdateAllDescriptors()
372 …for (PSafePtr<H323PeerElementServiceRelationship> sr = GetFirstRemoteServiceRelationship(PSafeRead… in SetOnlyServiceRelationship()
460 …for (PSafePtr<H323PeerElementServiceRelationship> sr = GetFirstRemoteServiceRelationship(PSafeRead… in RemoveAllServiceRelationships()
549 …for (PSafePtr<H323PeerElementDescriptor> descriptor = GetFirstDescriptor(PSafeReadWrite); descript… in ServiceRequestByAddr()
852PSafePtr<H323PeerElementDescriptor> descriptor = descriptors.FindWithLock(H323PeerElementDescripto… in AddDescriptor()
1000PSafePtr<H323PeerElementDescriptor> descriptor = descriptors.FindWithLock(H323PeerElementDescripto… in DeleteDescriptor()
1050 …for (PSafePtr<H323PeerElementServiceRelationship> sr = GetFirstRemoteServiceRelationship(PSafeRead… in UpdateDescriptor()
[all …]
/dports/net/opal/opal-3.10.10/samples/faxopal/
H A Dmain.cxx214 PSafePtr<OpalCall> call = m_manager->FindCallWithLock(tokens[i], PSafeReadOnly); in Main()
216 PSafePtr<OpalFaxConnection> connection = call->GetConnectionAs<OpalFaxConnection>(); in Main()
218PSafePtr<OpalMediaStream> stream = connection->GetMediaStream(OpalMediaType::Fax(), true); in Main()

12345