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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java58 public byte[] transceive(byte[] data) { method in class:NativeP2pDevice
H A DNativeNfcTag.java290 public synchronized byte[] transceive(byte[] data, boolean raw, int[] returnCode) { method in class:NativeNfcTag
590 byte[] respData = transceive(readCmd, false, retCode);
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java58 public byte[] transceive(byte[] data) { method in class:NativeP2pDevice
H A DNativeNfcTag.java280 public synchronized byte[] transceive(byte[] data, boolean raw, int[] returnCode) { method in class:NativeNfcTag
588 byte[] respData = transceive(readCmd, false, retCode);
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java92 byte[] transceive(byte[] data, boolean raw, int[] returnCode); method in interface:DeviceHost.TagEndpoint
132 public byte[] transceive(byte[] data); method in interface:DeviceHost.NfcDepEndpoint
H A DNfcService.java782 * and a transceive() could still be in progress on
1325 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw) method in class:NfcService.TagService
1345 response = tag.transceive(data, raw, targetLost);
1543 // Blocks until a pending open() or transceive() times out.
1676 public Bundle transceive(String pkg, byte[] in) throws RemoteException { method in class:NfcService.NfcAdapterExtrasService
/packages/apps/Nfc/nci/jni/
H A DNativeSecureElement.cpp158 SecureElement::getInstance().transceive(reinterpret_cast<UINT8*>(&bytes[0]), bytes.size(), recvBuffer, recvBufferMaxSize, recvBufferActualSize, timeout);
H A DSecureElement.h144 ** Function: transceive
157 bool transceive (UINT8* xmitBuffer, INT32 xmitBufferSize, UINT8* recvBuffer,
H A DSecureElement.cpp879 ** Function: transceive
892 bool SecureElement::transceive (UINT8* xmitBuffer, INT32 xmitBufferSize, UINT8* recvBuffer, function in class:SecureElement
895 static const char fn [] = "SecureElement::transceive";

Completed in 112 milliseconds