Lines Matching refs:ret
114 NFCSTATUS ret; in com_android_nfc_NativeLlcpSocket_doConnect() local
133 ret = phLibNfc_Llcp_Connect(hRemoteDevice, in com_android_nfc_NativeLlcpSocket_doConnect()
139 if(ret != NFCSTATUS_PENDING) in com_android_nfc_NativeLlcpSocket_doConnect()
141 … ALOGE("phLibNfc_Llcp_Connect(%d) returned 0x%04x[%s]", nSap, ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doConnect()
144 TRACE("phLibNfc_Llcp_Connect(%d) returned 0x%04x[%s]", nSap, ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doConnect()
168 NFCSTATUS ret; in com_android_nfc_NativeLlcpSocket_doConnectBy() local
192 ret = phLibNfc_Llcp_ConnectByUri(hRemoteDevice, in com_android_nfc_NativeLlcpSocket_doConnectBy()
198 if(ret != NFCSTATUS_PENDING) in com_android_nfc_NativeLlcpSocket_doConnectBy()
200 ALOGE("phLibNfc_Llcp_ConnectByUri() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doConnectBy()
203 TRACE("phLibNfc_Llcp_ConnectByUri() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doConnectBy()
229 NFCSTATUS ret; in com_android_nfc_NativeLlcpSocket_doClose() local
237 ret = phLibNfc_Llcp_Close(hLlcpSocket); in com_android_nfc_NativeLlcpSocket_doClose()
239 if(ret != NFCSTATUS_SUCCESS) in com_android_nfc_NativeLlcpSocket_doClose()
241 ALOGE("phLibNfc_Llcp_Close() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doClose()
244 TRACE("phLibNfc_Llcp_Close() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doClose()
250 NFCSTATUS ret; in com_android_nfc_NativeLlcpSocket_doSend() local
273 ret = phLibNfc_Llcp_Send(hRemoteDevice, in com_android_nfc_NativeLlcpSocket_doSend()
279 if(ret != NFCSTATUS_PENDING) in com_android_nfc_NativeLlcpSocket_doSend()
281 ALOGE("phLibNfc_Llcp_Send() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doSend()
284 TRACE("phLibNfc_Llcp_Send() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doSend()
311 NFCSTATUS ret; in com_android_nfc_NativeLlcpSocket_doReceive() local
334 ret = phLibNfc_Llcp_Recv(hRemoteDevice, in com_android_nfc_NativeLlcpSocket_doReceive()
340 if(ret == NFCSTATUS_PENDING) in com_android_nfc_NativeLlcpSocket_doReceive()
354 else if (ret == NFCSTATUS_SUCCESS) in com_android_nfc_NativeLlcpSocket_doReceive()
361 ALOGE("phLibNfc_Llcp_Recv() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doReceive()
364 TRACE("phLibNfc_Llcp_Recv() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doReceive()
377 NFCSTATUS ret; in com_android_nfc_NativeLlcpSocket_doGetRemoteSocketMIU() local
388 ret = phLibNfc_Llcp_SocketGetRemoteOptions(hRemoteDevice, in com_android_nfc_NativeLlcpSocket_doGetRemoteSocketMIU()
392 if(ret == NFCSTATUS_SUCCESS) in com_android_nfc_NativeLlcpSocket_doGetRemoteSocketMIU()
394 …phLibNfc_Llcp_SocketGetRemoteOptions(MIU) returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doGetRemoteSocketMIU()
399 …phLibNfc_Llcp_SocketGetRemoteOptions(MIU) returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doGetRemoteSocketMIU()
406 NFCSTATUS ret; in com_android_nfc_NativeLlcpSocket_doGetRemoteSocketRW() local
417 ret = phLibNfc_Llcp_SocketGetRemoteOptions(hRemoteDevice, in com_android_nfc_NativeLlcpSocket_doGetRemoteSocketRW()
421 if(ret == NFCSTATUS_SUCCESS) in com_android_nfc_NativeLlcpSocket_doGetRemoteSocketRW()
423 …"phLibNfc_Llcp_SocketGetRemoteOptions(RW) returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doGetRemoteSocketRW()
428 …"phLibNfc_Llcp_SocketGetRemoteOptions(RW) returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); in com_android_nfc_NativeLlcpSocket_doGetRemoteSocketRW()