Home | History | Annotate | Download | only in jni

Lines Matching refs:receive

292 ** Description:     Receive LLLCP-activated event from stack.
304 //no longer need to receive NDEF message from a tag
367 ** Description: Receive LLLCP-deactivated event from stack.
434 ** recvWindow: Receive window size.
511 ** rw: Receive window size.
915 ** Function: receive
917 ** Description: Receive data from peer.
926 bool PeerToPeer::receive (tJNI_HANDLE jniHandle, UINT8* buffer, UINT16 bufferLen, UINT16& actualLen)
928 static const char fn [] = "PeerToPeer::receive";
1005 pConn->mReadEvent.notifyOne (); //unblock receive()
1058 ** Description: Get peer's receive window size.
1061 ** Returns: Peer's receive window size.
1182 mClients[ii]->mClientConn->mReadEvent.notifyOne (); //unblock receive()
1206 ** Description: Receive LLCP-related events from the stack.
1311 pConn->mReadEvent.notifyOne (); //unblock receive()
1363 ** Description: Receive LLCP-related events from the stack.
1465 pConn->mReadEvent.notifyOne(); //unblock receive()
1514 ** Description: Receive events from the stack.
1686 mServerConn[jj]->mReadEvent.notifyOne (); //unblock receive()