OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doTransceive
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcSecureElement.java
34
public native byte[]
doTransceive
(int handle, byte[] data);
NativeP2pDevice.java
56
public native byte[]
doTransceive
(byte[] data);
59
return
doTransceive
(data);
NativeNfcTag.java
272
private native byte[]
doTransceive
(byte[] data, boolean raw, int[] returnCode);
278
byte[] result =
doTransceive
(data, raw, returnCode);
Completed in 17 milliseconds