Home
last modified time | relevance | path

Searched defs:transceive (Results 1 – 5 of 5) sorted by relevance

/external/libese/libese-cpp/include/esecpp/
DEseInterface.h46 virtual int transceive(const std::vector<uint8_t>& tx, std::vector<uint8_t>& rx) { in transceive() function
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowIsoDepTest.java27 public void transceive() throws Exception { in transceive() method in ShadowIsoDepTest
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
DIChannel.h59 bool (*transceive) (UINT8* xmitBuffer, INT32 xmitBufferSize, UINT8* recvBuffer, member
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowIsoDep.java43 protected byte[] transceive(byte[] data) throws IOException { in transceive() method in ShadowIsoDep
/external/libese/libese/include/ese/
Dese_hw_api.h165 ese_transceive_op_t *transceive; member