Searched refs:maxInfoUnit (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | PeerToPeer.cpp | 429 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()
|
D | PeerToPeer.h | 170 int maxInfoUnit, int recvWindow); 638 PeerToPeer::tJNI_HANDLE connJniHandle, int maxInfoUnit,
|