Home
last modified time | relevance | path

Searched refs:findConnection (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/jni/
DPeerToPeer.cpp808 sp<NfaConn> PeerToPeer::findConnection (tNFA_HANDLE nfaConnHandle) in findConnection() function in PeerToPeer
847 sp<NfaConn> PeerToPeer::findConnection (tJNI_HANDLE jniHandle) in findConnection() function in PeerToPeer
894 if ((pConn = findConnection (jniHandle)) == NULL) in send()
952 if ((pConn = findConnection (jniHandle)) == NULL) in receive()
1001 if ((pConn = findConnection(jniHandle)) == NULL) in disconnectConnOriented()
1060 if ((pConn = findConnection(jniHandle)) == NULL) in getRemoteMaxInfoUnit()
1086 if ((pConn = findConnection(jniHandle)) == NULL) in getRemoteRecvWindow()
1341 if ((pConn = sP2p.findConnection(eventData->disc.handle)) == NULL) in nfaServerCallback()
1373 if ((pConn = sP2p.findConnection(eventData->data.handle)) == NULL) in nfaServerCallback()
1388 if ((pConn = sP2p.findConnection(eventData->congest.handle)) == NULL) in nfaServerCallback()
[all …]
DPeerToPeer.h564 android::sp<NfaConn> findConnection (tNFA_HANDLE nfaConnHandle);
577 android::sp<NfaConn> findConnection (tJNI_HANDLE jniHandle);