Home | History | Annotate | Download | only in nfc

Lines Matching defs:transceive

585                     Log.w(TAG, "Transceive failed, could not wipe NFC-EE");
928 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw)
948 response = tag.transceive(data, raw, targetLost);
1148 // Blocks until a pending open() or transceive() times out.
1247 public Bundle transceive(String pkg, byte[] in) throws RemoteException {