Home
last modified time | relevance | path

Searched refs:sapApduType (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/sap/
Dstructs.cpp23 V1_0::SapApduType toHidl(const aidl::SapApduType sapApduType) { in toHidl() argument
24 return V1_0::SapApduType(sapApduType); in toHidl()
/hardware/interfaces/radio/1.0/vts/functional/
Dsap_hidl_hal_api.cpp57 SapApduType sapApduType = SapApduType::APDU; in TEST_P() local
60 sap->apduReq(token, sapApduType, command); in TEST_P()
/hardware/interfaces/radio/aidl/vts/
Dradio_sap_test.cpp141 SapApduType sapApduType = SapApduType::APDU; in TEST_P() local
144 ndk::ScopedAStatus res = sap->apduReq(serial, sapApduType, command); in TEST_P()