Home
last modified time | relevance | path

Searched refs:transceive (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
DMifareClassic.java395 if (transceive(cmd, false) != null) { in authenticate()
425 return transceive(cmd, false); in readBlock()
454 transceive(cmd, false); in writeBlock()
482 transceive(cmd.array(), false); in increment()
510 transceive(cmd.array(), false); in decrement()
532 transceive(cmd, false); in transfer()
554 transceive(cmd, false); in restore()
575 public byte[] transceive(byte[] data) throws IOException { in transceive() method in MifareClassic
576 return transceive(data, true); in transceive()
DMifareUltralight.java164 return transceive(cmd, false); in readPages()
193 transceive(cmd, false); in writePage()
214 public byte[] transceive(byte[] data) throws IOException { in transceive() method in MifareUltralight
215 return transceive(data, true); in transceive()
DNfcV.java114 public byte[] transceive(byte[] data) throws IOException { in transceive() method in NfcV
115 return transceive(data, true); in transceive()
DNfcB.java114 public byte[] transceive(byte[] data) throws IOException { in transceive() method in NfcB
115 return transceive(data, true); in transceive()
DNfcA.java119 public byte[] transceive(byte[] data) throws IOException { in transceive() method in NfcA
120 return transceive(data, true); in transceive()
DNfcF.java123 public byte[] transceive(byte[] data) throws IOException { in transceive() method in NfcF
124 return transceive(data, true); in transceive()
DIsoDep.java171 public byte[] transceive(byte[] data) throws IOException { in transceive() method in IsoDep
172 return transceive(data, true); in transceive()
DBasicTagTechnology.java142 byte[] transceive(byte[] data, boolean raw) throws IOException { in transceive() method in BasicTagTechnology
146 TransceiveResult result = mTag.getTagService().transceive(mTag.getServiceHandle(), in transceive()
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
DNfcExecutionEnvironment.java201 public byte[] transceive(byte[] in) throws IOException { in transceive() method in NfcExecutionEnvironment
204 b = mExtras.getService().transceive(mExtras.mPackageName, in); in transceive()
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
DBasicNfcEeTest.java60 byte[] out = mEe.transceive(SELECT_CARD_MANAGER_COMMAND); in testSendCardManagerApdu()
79 byte[] out = mEe.transceive(SELECT_CARD_MANAGER_COMMAND); in testSendCardManagerApduMultiple()
/frameworks/base/core/java/android/nfc/
DINfcAdapterExtras.aidl28 Bundle transceive(in String pkg, in byte[] data_in); in transceive() method
DINfcTag.aidl33 TransceiveResult transceive(int nativeHandle, in byte[] data, boolean raw); in transceive() method
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18527 method public byte[] transceive(byte[]) throws java.io.IOException;
18548 method public byte[] transceive(byte[]) throws java.io.IOException;
18572 method public byte[] transceive(byte[]) throws java.io.IOException;
18610 method public byte[] transceive(byte[]) throws java.io.IOException;
18618 method public byte[] transceive(byte[]) throws java.io.IOException;
18636 method public byte[] transceive(byte[]) throws java.io.IOException;
18644 method public byte[] transceive(byte[]) throws java.io.IOException;
/frameworks/base/config/
Dhiddenapi-light-greylist.txt3804 Landroid/nfc/INfcAdapterExtras;->transceive(Ljava/lang/String;[B)Landroid/os/Bundle;
Dhiddenapi-public-dex.txt27462 Landroid/nfc/tech/IsoDep;->transceive([B)[B
27489 Landroid/nfc/tech/MifareClassic;->transceive([B)[B
27504 Landroid/nfc/tech/MifareUltralight;->transceive([B)[B
27535 Landroid/nfc/tech/NfcA;->transceive([B)[B
27541 Landroid/nfc/tech/NfcB;->transceive([B)[B
27555 Landroid/nfc/tech/NfcF;->transceive([B)[B
27561 Landroid/nfc/tech/NfcV;->transceive([B)[B
Dboot-image-profile.txt26808 HSPLandroid/nfc/INfcTag;->transceive(I[BZ)Landroid/nfc/TransceiveResult;
/frameworks/base/api/
Dcurrent.txt28954 method public byte[] transceive(byte[]) throws java.io.IOException;
28975 method public byte[] transceive(byte[]) throws java.io.IOException;
28999 method public byte[] transceive(byte[]) throws java.io.IOException;
29037 method public byte[] transceive(byte[]) throws java.io.IOException;
29045 method public byte[] transceive(byte[]) throws java.io.IOException;
29063 method public byte[] transceive(byte[]) throws java.io.IOException;
29071 method public byte[] transceive(byte[]) throws java.io.IOException;