Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeLlcpServiceSocket.java38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
H A 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()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java211 int rw, int linearBufferLength) throws LlcpException; in createLlcpServerSocket()
214 int linearBufferLength) throws LlcpException; in createLlcpSocket()
H A DNfcService.java2335 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, int linearBufferLength) in createLlcpSocket()
2352 int linearBufferLength) throws LlcpException { in createLlcpServerSocket()
/aosp12/packages/apps/Nfc/nci/jni/
H A DNativeNfcManager.cpp1466 jint linearBufferLength) { in nfcManager_doCreateLlcpServiceSocket()
1628 jint linearBufferLength) { in nfcManager_doCreateLlcpSocket()