Lines Matching refs:PeerToPeer

46   PeerToPeer::tJNI_HANDLE jniHandle =  in nativeLlcpSocket_doConnect()
47 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doConnect()
48 bool stat = PeerToPeer::getInstance().connectConnOriented(jniHandle, nSap); in nativeLlcpSocket_doConnect()
69 PeerToPeer::tJNI_HANDLE jniHandle = in nativeLlcpSocket_doConnectBy()
70 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doConnectBy()
76 bool stat = PeerToPeer::getInstance().connectConnOriented( in nativeLlcpSocket_doConnectBy()
97 PeerToPeer::tJNI_HANDLE jniHandle = in nativeLlcpSocket_doClose()
98 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doClose()
99 bool stat = PeerToPeer::getInstance().disconnectConnOriented(jniHandle); in nativeLlcpSocket_doClose()
122 PeerToPeer::tJNI_HANDLE jniHandle = in nativeLlcpSocket_doSend()
123 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doSend()
126 bool stat = PeerToPeer::getInstance().send(jniHandle, raw_ptr, bytes.size()); in nativeLlcpSocket_doSend()
150 PeerToPeer::tJNI_HANDLE jniHandle = in nativeLlcpSocket_doReceive()
151 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doReceive()
153 bool stat = PeerToPeer::getInstance().receive( in nativeLlcpSocket_doReceive()
182 PeerToPeer::tJNI_HANDLE jniHandle = in nativeLlcpSocket_doGetRemoteSocketMIU()
183 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doGetRemoteSocketMIU()
184 jint miu = PeerToPeer::getInstance().getRemoteMaxInfoUnit(jniHandle); in nativeLlcpSocket_doGetRemoteSocketMIU()
204 PeerToPeer::tJNI_HANDLE jniHandle = in nativeLlcpSocket_doGetRemoteSocketRW()
205 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doGetRemoteSocketRW()
206 jint rw = PeerToPeer::getInstance().getRemoteRecvWindow(jniHandle); in nativeLlcpSocket_doGetRemoteSocketRW()