Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DPeerToPeer.cpp444 …r::accept (tJNI_HANDLE serverJniHandle, tJNI_HANDLE connJniHandle, int maxInfoUnit, int recvWindow) in accept() argument
450 serverJniHandle, connJniHandle, maxInfoUnit, recvWindow); in accept()
461 return pSrv->accept(serverJniHandle, connJniHandle, maxInfoUnit, recvWindow); in accept()
1682 int maxInfoUnit, int recvWindow) in accept() argument
1718 nfaStat = NFA_P2pAcceptConn (connection->mNfaConnHandle, maxInfoUnit, recvWindow); in accept()
DPeerToPeer.h178 …l accept (tJNI_HANDLE serverJniHandle, tJNI_HANDLE connJniHandle, int maxInfoUnit, int recvWindow);
669 int maxInfoUnit, int recvWindow);