Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeLlcpServiceSocket.java38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
DNativeNfcManager.java229 int rw, int linearBufferLength); in doCreateLlcpServiceSocket()
232 int rw, int linearBufferLength) throws LlcpException { in createLlcpServerSocket()
253 int linearBufferLength); in doCreateLlcpSocket()
256 int linearBufferLength) throws LlcpException { in createLlcpSocket()
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java209 int rw, int linearBufferLength) throws LlcpException; in createLlcpServerSocket()
212 int linearBufferLength) throws LlcpException; in createLlcpSocket()
DNfcService.java1955 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, int linearBufferLength) in createLlcpSocket()
1972 int linearBufferLength) throws LlcpException { in createLlcpServerSocket()
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp1347 jint linearBufferLength) { in nfcManager_doCreateLlcpServiceSocket()
1507 jint linearBufferLength) { in nfcManager_doCreateLlcpSocket()