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/
DNativeNfcManager.java201 int rw, int linearBufferLength); in doCreateLlcpServiceSocket()
204 int rw, int linearBufferLength) throws LlcpException { in createLlcpServerSocket()
225 int linearBufferLength); in doCreateLlcpSocket()
228 int linearBufferLength) throws LlcpException { in createLlcpSocket()
DNativeLlcpServiceSocket.java38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java143 int rw, int linearBufferLength); in doCreateLlcpServiceSocket()
146 int rw, int linearBufferLength) throws LlcpException { in createLlcpServerSocket()
167 int linearBufferLength); in doCreateLlcpSocket()
170 int linearBufferLength) throws LlcpException { in createLlcpSocket()
DNativeLlcpServiceSocket.java38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeLlcpServiceSocket.cpp70 …_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.java194 int rw, int linearBufferLength) throws LlcpException; in createLlcpServerSocket()
197 int linearBufferLength) throws LlcpException; in createLlcpSocket()
DNfcService.java1599 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, int linearBufferLength) in createLlcpSocket()
1616 int linearBufferLength) throws LlcpException { in createLlcpServerSocket()
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp1127 …rviceSocket (JNIEnv* e, jobject, jint nSap, jstring sn, jint miu, jint rw, jint linearBufferLength) in nfcManager_doCreateLlcpServiceSocket()
1278 …ager_doCreateLlcpSocket (JNIEnv* e, jobject, jint nSap, jint miu, jint rw, jint linearBufferLength) in nfcManager_doCreateLlcpSocket()