Searched defs:linearBufferLength (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
D | NativeLlcpServiceSocket.java | 38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
|
D | NativeNfcManager.java | 217 int rw, int linearBufferLength); in doCreateLlcpServiceSocket() 220 int rw, int linearBufferLength) throws LlcpException { in createLlcpServerSocket() 241 int linearBufferLength); in doCreateLlcpSocket() 244 int linearBufferLength) throws LlcpException { in createLlcpSocket()
|
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeLlcpServiceSocket.java | 38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
|
D | NativeNfcManager.java | 188 int rw, int linearBufferLength); in doCreateLlcpServiceSocket() 191 int rw, int linearBufferLength) throws LlcpException { in createLlcpServerSocket() 212 int linearBufferLength); in doCreateLlcpSocket() 215 int linearBufferLength) throws LlcpException { in createLlcpSocket()
|
/packages/apps/Nfc/nxp/jni/ |
D | com_android_nfc_NativeLlcpServiceSocket.cpp | 71 …_NativeLlcpServiceSocket_doAccept(JNIEnv *e, jobject o, jint miu, jint rw, jint linearBufferLength) in com_NativeLlcpServiceSocket_doAccept()
|
D | com_android_nfc_NativeNfcManager.cpp | 1980 …viceSocket(JNIEnv *e, jobject o, jint nSap, jstring sn, jint miu, jint rw, jint linearBufferLength) in com_android_nfc_NfcManager_doCreateLlcpServiceSocket() 2109 …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 | 204 int rw, int linearBufferLength) throws LlcpException; in createLlcpServerSocket() 207 int linearBufferLength) throws LlcpException; in createLlcpSocket()
|
D | NfcService.java | 1625 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, int linearBufferLength) in createLlcpSocket() 1642 int linearBufferLength) throws LlcpException { in createLlcpServerSocket()
|
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcManager.cpp | 1229 …rviceSocket (JNIEnv* e, jobject, jint nSap, jstring sn, jint miu, jint rw, jint linearBufferLength) in nfcManager_doCreateLlcpServiceSocket() 1384 …ager_doCreateLlcpSocket (JNIEnv* e, jobject, jint nSap, jint miu, jint rw, jint linearBufferLength) in nfcManager_doCreateLlcpSocket()
|