Home | History | Annotate | Download | only in jni

Lines Matching refs:miu

1222 **                  miu: Maximum information unit.
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);
1272 /* Set socket MIU */
1274 e->SetIntField(serviceSocket, f,(jint)miu);
1275 ALOGD ("%s: MIU = %d", __FUNCTION__, miu);
1377 ** miu: Maximum information unit.
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);
1418 /* Set socket MIU */
1420 e->SetIntField (clientSocket, f, (jint) miu);