Home
last modified time | relevance | path

Searched defs:linearBufferLength (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeLlcpServiceSocket.java38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
DNativeNfcManager.java217 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/
DNativeLlcpServiceSocket.java38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
DNativeNfcManager.java188 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/
Dcom_android_nfc_NativeLlcpServiceSocket.cpp71 …_NativeLlcpServiceSocket_doAccept(JNIEnv *e, jobject o, jint miu, jint rw, jint linearBufferLength) in com_NativeLlcpServiceSocket_doAccept()
Dcom_android_nfc_NativeNfcManager.cpp1980 …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/
DDeviceHost.java204 int rw, int linearBufferLength) throws LlcpException; in createLlcpServerSocket()
207 int linearBufferLength) throws LlcpException; in createLlcpSocket()
DNfcService.java1625 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/
DNativeNfcManager.cpp1229 …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()