Home | History | Annotate | Download | only in jni

Lines Matching defs:findConnection

784 ** Function:        findConnection
792 sp<NfaConn> PeerToPeer::findConnection (tNFA_HANDLE nfaConnHandle)
823 ** Function: findConnection
831 sp<NfaConn> PeerToPeer::findConnection (tJNI_HANDLE jniHandle)
878 if ((pConn = findConnection (jniHandle)) == NULL)
936 if ((pConn = findConnection (jniHandle)) == NULL)
985 if ((pConn = findConnection(jniHandle)) == NULL)
1044 if ((pConn = findConnection(jniHandle)) == NULL)
1070 if ((pConn = findConnection(jniHandle)) == NULL)
1288 if ((pConn = sP2p.findConnection(eventData->disc.handle)) == NULL)
1320 if ((pConn = sP2p.findConnection(eventData->data.handle)) == NULL)
1335 if ((pConn = sP2p.findConnection(eventData->congest.handle)) == NULL)
1434 if ((pConn = sP2p.findConnection(eventData->disc.handle)) == NULL)
1474 if ((pConn = sP2p.findConnection(eventData->data.handle)) == NULL)
1489 if ((pConn = sP2p.findConnection(eventData->congest.handle)) == NULL)