Searched refs:SapApduType (Results 1 – 7 of 7) sorted by relevance
57 SapApduType sapApduType = SapApduType::APDU; in TEST_P()
42 ::android::hardware::radio::V1_0::SapApduType /* type */, in apduReq() argument
44 Return<void> apduReq(int32_t token, ::android::hardware::radio::V1_0::SapApduType type,
4 import android.hardware.radio.V1_0.SapApduType;778 type = SapApduType.APDU; in send()781 type = SapApduType.APDU7816; in send()
51 oneway apduReq(int32_t token, SapApduType type, vec<uint8_t> command);
256 enum SapApduType : int32_t {
56 Return<void> apduReq(int32_t token, SapApduType type, const hidl_vec<uint8_t>& command);269 Return<void> SapImpl::apduReq(int32_t token, SapApduType type, const hidl_vec<uint8_t>& command) { in apduReq()