Lines Matching refs:rw
1223 ** rw: Receive window size.
1229 static jobject nfcManager_doCreateLlcpServiceSocket (JNIEnv* e, jobject, jint nSap, jstring sn, jint miu, jint rw, jint linearBufferLength)
1235 ALOGD ("%s: enter: sap=%i; name=%s; miu=%i; rw=%i; buffLen=%i", __FUNCTION__, nSap, serviceName.c_str(), miu, rw, linearBufferLength);
1279 e->SetIntField(serviceSocket, f,(jint)rw);
1280 ALOGD ("%s: RW = %d", __FUNCTION__, rw);
1378 ** rw: Receive window size.
1384 static jobject nfcManager_doCreateLlcpSocket (JNIEnv* e, jobject, jint nSap, jint miu, jint rw, jint linearBufferLength)
1386 ALOGD ("%s: enter; sap=%d; miu=%d; rw=%d; buffer len=%d", __FUNCTION__, nSap, miu, rw, linearBufferLength);
1389 PeerToPeer::getInstance().createClient (jniHandle, miu, rw);
1424 e->SetIntField (clientSocket, f, (jint) rw);