Home | History | Annotate | Download | only in jni

Lines Matching full:nsap

2111 static jobject com_android_nfc_NfcManager_doCreateLlcpConnectionlessSocket(JNIEnv *e, jobject o, jint nSap)
2144 TRACE("phLibNfc_Llcp_Bind(hSocket=0x%08x, nSap=0x%02x)", hLlcpSocket, nSap);
2146 ret = phLibNfc_Llcp_Bind(hLlcpSocket,nSap);
2186 e->SetIntField(connectionlessSocket, f,(jint)nSap);
2187 TRACE("Connectionless socket SAP = %d\n",nSap);
2192 static jobject com_android_nfc_NfcManager_doCreateLlcpServiceSocket(JNIEnv *e, jobject o, jint nSap, jstring sn, jint miu, jint rw, jint linearBufferLength)
2236 TRACE("phLibNfc_Llcp_Bind(hSocket=0x%08x, nSap=0x%02x)", hLlcpSocket, nSap);
2238 ret = phLibNfc_Llcp_Bind(hLlcpSocket,nSap);
2317 static jobject com_android_nfc_NfcManager_doCreateLlcpSocket(JNIEnv *e, jobject o, jint nSap, jint miu, jint rw, jint linearBufferLength)
2374 if(nSap != 0)
2377 TRACE("phLibNfc_Llcp_Bind(hSocket=0x%08x, nSap=0x%02x)", hLlcpSocket, nSap);
2379 ret = phLibNfc_Llcp_Bind(hLlcpSocket,nSap);
2395 e->SetIntField(clientSocket, f,(jint)nSap);
2396 TRACE("socket SAP = %d\n",nSap);