Searched defs:linearBufferLength (Results  1 – 5 of 5) sorted by relevance
| /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ | 
| D | NativeLlcpServiceSocket.java | 38     private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength);  in doAccept()
 | 
| D | NativeNfcManager.java | 233             int nSap, String sn, int miu, int rw, int linearBufferLength);  in doCreateLlcpServiceSocket()237             int nSap, String sn, int miu, int rw, int linearBufferLength) throws LlcpException {  in createLlcpServerSocket()
 258             int sap, int miu, int rw, int linearBufferLength);  in doCreateLlcpSocket()
 261     public LlcpSocket createLlcpSocket(int sap, int miu, int rw, int linearBufferLength)  in createLlcpSocket()
 
 | 
| /packages/apps/Nfc/src/com/android/nfc/ | 
| D | DeviceHost.java | 221             int rw, int linearBufferLength) throws LlcpException;  in createLlcpServerSocket()224             int linearBufferLength) throws LlcpException;  in createLlcpSocket()
 
 | 
| D | NfcService.java | 2536     public LlcpSocket createLlcpSocket(int sap, int miu, int rw, int linearBufferLength)  in createLlcpSocket()2553             int linearBufferLength) throws LlcpException {  in createLlcpServerSocket()
 
 | 
| /packages/apps/Nfc/nci/jni/ | 
| D | NativeNfcManager.cpp | 1448                                                     jint linearBufferLength) {  in nfcManager_doCreateLlcpServiceSocket()1611                                              jint linearBufferLength) {  in nfcManager_doCreateLlcpSocket()
 
 |