Home
last modified time | relevance | path

Searched refs:transmitResponse (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/omapi/aidl/vts/functional/AccessControlApp/
DVtsHalOmapiSeAccessControlTestCases.cpp170 std::vector<uint8_t> transmitResponse = {}; in testTransmitAPDU() local
191 res = channel->transmit(apdu, &transmitResponse); in testTransmitAPDU()
215 std::vector<uint8_t> transmitResponse = {}; in testUnauthorisedAPDU() local
236 res = channel->transmit(apdu, &transmitResponse); in testUnauthorisedAPDU()
/frameworks/base/omapi/aidl/vts/functional/omapi/
DVtsHalOmapiSeServiceV1_TargetTest.cpp143 std::vector<uint8_t> apdu, std::vector<uint8_t>& transmitResponse) { in internalTransmitApdu() argument
168 res = channel->transmit(apdu, &transmitResponse); in internalTransmitApdu()