Lines Matching refs:findConnection
770 ** Function: findConnection
778 sp<NfaConn> PeerToPeer::findConnection(tNFA_HANDLE nfaConnHandle) {
804 ** Function: findConnection
812 sp<NfaConn> PeerToPeer::findConnection(tJNI_HANDLE jniHandle) {
854 if ((pConn = findConnection(jniHandle)) == NULL) {
917 if ((pConn = findConnection(jniHandle)) == NULL) {
970 if ((pConn = findConnection(jniHandle)) == NULL) {
1028 if ((pConn = findConnection(jniHandle)) == NULL) {
1054 if ((pConn = findConnection(jniHandle)) == NULL) {
1305 if ((pConn = sP2p.findConnection(eventData->disc.handle)) == NULL) {
1342 if ((pConn = sP2p.findConnection(eventData->data.handle)) == NULL) {
1357 if ((pConn = sP2p.findConnection(eventData->congest.handle)) == NULL) {
1466 if ((pConn = sP2p.findConnection(eventData->disc.handle)) == NULL) {
1510 if ((pConn = sP2p.findConnection(eventData->data.handle)) == NULL) {
1525 if ((pConn = sP2p.findConnection(eventData->congest.handle)) == NULL) {