Searched refs:nfc_jni_get_nfc_socket_handle (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeLlcpSocket.cpp | 47 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doConnect() 70 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doConnectBy() 98 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doClose() 123 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doSend() 151 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doReceive() 183 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doGetRemoteSocketMIU() 205 (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpSocket_doGetRemoteSocketRW()
|
D | NativeLlcpServiceSocket.cpp | 61 serverHandle = (PeerToPeer::tJNI_HANDLE)nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpServiceSocket_doAccept() 118 jniServerHandle = nfc_jni_get_nfc_socket_handle(e, o); in nativeLlcpServiceSocket_doClose()
|
D | NfcJniUtil.h | 141 int nfc_jni_get_nfc_socket_handle(JNIEnv* e, jobject o);
|
D | NfcJniUtil.cpp | 113 int nfc_jni_get_nfc_socket_handle(JNIEnv* e, jobject o) { in nfc_jni_get_nfc_socket_handle() function
|