Home
last modified time | relevance | path

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

/aosp14/frameworks/base/omapi/aidl/vts/functional/AccessControlApp/
H A DVtsHalOmapiSeAccessControlTestCases.cpp170 std::vector<uint8_t> transmitResponse = {}; in testTransmitAPDU() local
215 std::vector<uint8_t> transmitResponse = {}; in testUnauthorisedAPDU() local
/aosp14/frameworks/base/omapi/aidl/vts/functional/omapi/
H A DVtsHalOmapiSeServiceV1_TargetTest.cpp143 std::vector<uint8_t> apdu, std::vector<uint8_t>& transmitResponse) { in internalTransmitApdu()