Searched refs:transceive (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java60 public byte[] transceive(byte[] data) { method in class:NativeP2pDevice
H A DNativeNfcTag.java309 public synchronized byte[] transceive(byte[] data, boolean raw, int[] returnCode) { method in class:NativeNfcTag
609 byte[] respData = transceive(readCmd, false, retCode);
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java60 public byte[] transceive(byte[] data) { method in class:NativeP2pDevice
H A DNativeNfcTag.java292 public synchronized byte[] transceive(byte[] data, boolean raw, int[] returnCode) { method in class:NativeNfcTag
600 byte[] respData = transceive(readCmd, false, retCode);
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java68 byte[] transceive(byte[] data, boolean raw, int[] returnCode); method in interface:DeviceHost.TagEndpoint
112 public byte[] transceive(byte[] data); method in interface:DeviceHost.NfcDepEndpoint
H A DNfcService.java1226 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw) method in class:NfcService.TagService
1246 response = tag.transceive(data, raw, targetLost);

Completed in 82 milliseconds