Home | History | Annotate | Download | only in jni

Lines Matching refs:findConnection

787 ** Function:        findConnection
795 sp<NfaConn> PeerToPeer::findConnection (tNFA_HANDLE nfaConnHandle)
826 ** Function: findConnection
834 sp<NfaConn> PeerToPeer::findConnection (tJNI_HANDLE jniHandle)
881 if ((pConn = findConnection (jniHandle)) == NULL)
939 if ((pConn = findConnection (jniHandle)) == NULL)
988 if ((pConn = findConnection(jniHandle)) == NULL)
1047 if ((pConn = findConnection(jniHandle)) == NULL)
1073 if ((pConn = findConnection(jniHandle)) == NULL)
1328 if ((pConn = sP2p.findConnection(eventData->disc.handle)) == NULL)
1360 if ((pConn = sP2p.findConnection(eventData->data.handle)) == NULL)
1375 if ((pConn = sP2p.findConnection(eventData->congest.handle)) == NULL)
1474 if ((pConn = sP2p.findConnection(eventData->disc.handle)) == NULL)
1514 if ((pConn = sP2p.findConnection(eventData->data.handle)) == NULL)
1529 if ((pConn = sP2p.findConnection(eventData->congest.handle)) == NULL)