Home | History | Annotate | Download | only in jni

Lines Matching refs:rw

2194 static jobject com_android_nfc_NfcManager_doCreateLlcpServiceSocket(JNIEnv *e, jobject o, jint nSap, jstring sn, jint miu, jint rw, jint linearBufferLength)
2211 sOptions.rw = rw;
2214 sWorkingBuffer.length = (miu*rw)+ miu + linearBufferLength;
2311 /* Set socket RW */
2313 e->SetIntField(serviceSocket, f,(jint)rw);
2314 TRACE("Service socket RW = %d\n",rw);
2319 static jobject com_android_nfc_NfcManager_doCreateLlcpSocket(JNIEnv *e, jobject o, jint nSap, jint miu, jint rw, jint linearBufferLength)
2335 sOptions.rw = rw;
2338 sWorkingBuffer.length = (miu*rw)+ miu + linearBufferLength;
2411 /* Set socket RW */
2413 e->SetIntField(clientSocket, f,(jint)rw);
2414 TRACE("socket RW = %d\n",rw);