Searched refs:recvBuff (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeLlcpSocket.java67 private native int doReceive(byte[] recvBuff); argument
69 public int receive(byte[] recvBuff) throws IOException { argument
70 int receiveLength = doReceive(recvBuff);
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeLlcpSocket.java67 private native int doReceive(byte[] recvBuff); argument
69 public int receive(byte[] recvBuff) throws IOException { argument
70 int receiveLength = doReceive(recvBuff);
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java150 public int receive(byte[] recvBuff) throws IOException; argument

Completed in 105 milliseconds