Searched refs:transceive (Results 1 – 16 of 16) sorted by relevance
/external/libese/libese-cpp/tests/include/esecpp/ |
D | MockEseInterface.h | 33 MOCK_METHOD2(transceive, int(const std::vector<uint8_t>&, std::vector<uint8_t>&)); 54 EXPECT_CALL(*mockEse, transceive(ContainerEq(command), _)).WillOnce(EseReceive(response)); in singleCommandEseMock()
|
/external/libese/esed/ |
D | utils.h | 79 T transceive(::android::esed::EseInterface& ese, const CommandApdu& command, 84 const int ret = ese.transceive(command.vector(), responseBuffer);
|
/external/libese/libese/ |
D | ese.c | 108 if (ese->ops->transceive) { in ese_transceive_sg() 109 recvd = ese->ops->transceive(ese, tx_bufs, tx_segs, rx_bufs, rx_segs); in ese_transceive_sg()
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/ |
D | IChannel.h | 59 bool (*transceive) (UINT8* xmitBuffer, INT32 xmitBufferSize, UINT8* recvBuffer, member
|
/external/libese/libese-cpp/include/esecpp/ |
D | EseInterface.h | 46 virtual int transceive(const std::vector<uint8_t>& tx, std::vector<uint8_t>& rx) { in transceive() function
|
/external/libese/libese/include/ese/ |
D | ese_hw_api.h | 165 ese_transceive_op_t *transceive; member
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
D | JcopOsDownload.cpp | 287 stat = mchannel->transceive (pTranscv_Info->sSendData, in TriggerApdu() 354 stat = mchannel->transceive (pTranscv_Info->sSendData, in GetInfo() 506 stat = mchannel->transceive(pTranscv_Info->sSendData, in load_JcopOS_image()
|
D | Ala.cpp | 542 stat = mchannel->transceive (pTranscv_Info->sSendData, in ALA_OpenChannel() 626 stat = mchannel->transceive (pTranscv_Info->sSendData, in ALA_SelectAla() 741 stat = mchannel->transceive (pTranscv_Info->sSendData, in ALA_StoreData() 1488 stat = mchannel->transceive(pTranscv_Info->sSendData, in ALA_SendtoEse() 1585 stat = mchannel->transceive(pTranscv_Info->sSendData, in ALA_SendtoAla() 1646 stat = mchannel->transceive(pTranscv_Info->sSendData, in ALA_CloseChannel() 2186 stat = mchannel->transceive(pTranscv_Info->sSendData, in Send_Backall_Loadcmds() 2978 stat = mchannel->transceive (pTranscv_Info->sSendData, in ALA_getAppletLsStatus()
|
/external/libese/apps/boot/tests/ |
D | ese_operations_wrapper.cpp | 70 .transceive = &EseTransceive,
|
/external/libese/libese-teq1/tests/ |
D | ese_operations_wrapper.cpp | 74 .transceive = &EseTransceive,
|
/external/libese/libese-hw/ |
D | ese_hw_fake.c | 159 .transceive = &fake_transceive,
|
D | ese_hw_echo.c | 172 .transceive = &echo_transceive,
|
/external/libese/libese/tests/ |
D | ese_unittests.cpp | 122 .transceive = NULL, in TEST_F()
|
/external/libese/libese-hw/nxp/pn80t/ |
D | nq_nci.c | 199 .transceive = &nxp_pn80t_transceive,
|
D | linux_spidev.c | 252 .transceive = &nxp_pn80t_transceive,
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|