Searched defs:linearBufferLength (Results 1 – 9 of 9) sorted by relevance
| /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
| D | NativeNfcManager.java | 200 int rw, int linearBufferLength); in doCreateLlcpServiceSocket() 203 int rw, int linearBufferLength) throws LlcpException { in createLlcpServerSocket() 224 int linearBufferLength); in doCreateLlcpSocket() 227 int linearBufferLength) throws LlcpException { in createLlcpSocket()
|
| D | NativeLlcpServiceSocket.java | 38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
|
| /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
| D | NativeNfcManager.java | 141 int rw, int linearBufferLength); in doCreateLlcpServiceSocket() 144 int rw, int linearBufferLength) throws LlcpException { in createLlcpServerSocket() 165 int linearBufferLength); in doCreateLlcpSocket() 168 int linearBufferLength) throws LlcpException { in createLlcpSocket()
|
| D | NativeLlcpServiceSocket.java | 38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
|
| /packages/apps/Nfc/nxp/jni/ |
| D | com_android_nfc_NativeLlcpServiceSocket.cpp | 70 …_NativeLlcpServiceSocket_doAccept(JNIEnv *e, jobject o, jint miu, jint rw, jint linearBufferLength) in com_NativeLlcpServiceSocket_doAccept()
|
| D | com_android_nfc_NativeNfcManager.cpp | 1969 …viceSocket(JNIEnv *e, jobject o, jint nSap, jstring sn, jint miu, jint rw, jint linearBufferLength) in com_android_nfc_NfcManager_doCreateLlcpServiceSocket() 2098 …ger_doCreateLlcpSocket(JNIEnv *e, jobject o, jint nSap, jint miu, jint rw, jint linearBufferLength) in com_android_nfc_NfcManager_doCreateLlcpSocket()
|
| /packages/apps/Nfc/src/com/android/nfc/ |
| D | DeviceHost.java | 194 int rw, int linearBufferLength) throws LlcpException; in createLlcpServerSocket() 197 int linearBufferLength) throws LlcpException; in createLlcpSocket()
|
| D | NfcService.java | 1557 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, int linearBufferLength) in createLlcpSocket() 1574 int linearBufferLength) throws LlcpException { in createLlcpServerSocket()
|
| /packages/apps/Nfc/nci/jni/ |
| D | NativeNfcManager.cpp | 1119 …rviceSocket (JNIEnv* e, jobject, jint nSap, jstring sn, jint miu, jint rw, jint linearBufferLength) in nfcManager_doCreateLlcpServiceSocket() 1270 …ager_doCreateLlcpSocket (JNIEnv* e, jobject, jint nSap, jint miu, jint rw, jint linearBufferLength) in nfcManager_doCreateLlcpSocket()
|