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.java200 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()
DNativeLlcpServiceSocket.java38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java141 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()
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.cpp1969 …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/
DDeviceHost.java194 int rw, int linearBufferLength) throws LlcpException; in createLlcpServerSocket()
197 int linearBufferLength) throws LlcpException; in createLlcpSocket()
DNfcService.java1557 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/
DNativeNfcManager.cpp1119 …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()