Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DPeerToPeer.cpp429 int maxInfoUnit, int recvWindow) { in accept() argument
436 fn, serverJniHandle, connJniHandle, maxInfoUnit, recvWindow); in accept()
447 return pSrv->accept(serverJniHandle, connJniHandle, maxInfoUnit, recvWindow); in accept()
1660 PeerToPeer::tJNI_HANDLE connJniHandle, int maxInfoUnit, in accept() argument
1694 if (maxInfoUnit > (int)LLCP_MIU) { in accept()
1697 maxInfoUnit, LLCP_MIU); in accept()
1698 maxInfoUnit = LLCP_MIU; in accept()
1706 NFA_P2pAcceptConn(connection->mNfaConnHandle, maxInfoUnit, recvWindow); in accept()
DPeerToPeer.h170 int maxInfoUnit, int recvWindow);
638 PeerToPeer::tJNI_HANDLE connJniHandle, int maxInfoUnit,