Searched refs:sapApduType (Results 1 – 3 of 3) sorted by relevance
23 V1_0::SapApduType toHidl(const aidl::SapApduType sapApduType) { in toHidl() argument24 return V1_0::SapApduType(sapApduType); in toHidl()
57 SapApduType sapApduType = SapApduType::APDU; in TEST_P() local60 sap->apduReq(token, sapApduType, command); in TEST_P()
141 SapApduType sapApduType = SapApduType::APDU; in TEST_P() local144 ndk::ScopedAStatus res = sap->apduReq(serial, sapApduType, command); in TEST_P()