Home
last modified time | relevance | path

Searched refs:apduReq (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/sap/
DSap.cpp35 ScopedAStatus Sap::apduReq(int32_t serial, aidl::SapApduType type, in apduReq() function in android::hardware::radio::compat::Sap
38 mHal->apduReq(serial, toHidl(type), toHidl(command)); in apduReq()
/hardware/interfaces/radio/aidl/android/hardware/radio/sap/
DISap.aidl34 void apduReq(in int serial, in SapApduType type, in byte[] command); in apduReq() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sap/current/android/hardware/radio/sap/
DISap.aidl37 …oneway void apduReq(in int serial, in android.hardware.radio.sap.SapApduType type, in byte[] comma… in apduReq() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sap/1/android/hardware/radio/sap/
DISap.aidl37 …oneway void apduReq(in int serial, in android.hardware.radio.sap.SapApduType type, in byte[] comma… in apduReq() method
/hardware/interfaces/radio/1.0/vts/functional/
Dsap_hidl_hal_api.cpp54 TEST_P(SapHidlTest, apduReq) { in TEST_P() argument
60 sap->apduReq(token, sapApduType, command); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DSap.cpp41 Return<void> Sap::apduReq(int32_t /* token */, in apduReq() function in android::hardware::radio::V1_2::implementation::Sap
DSap.h44 Return<void> apduReq(int32_t token, ::android::hardware::radio::V1_0::SapApduType type,
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DSap.h39 ::ndk::ScopedAStatus apduReq(int32_t serial,
/hardware/interfaces/radio/aidl/vts/
Dradio_sap_test.cpp132 TEST_P(SapTest, apduReq) { in TEST_P() argument
144 ndk::ScopedAStatus res = sap->apduReq(serial, sapApduType, command); in TEST_P()
/hardware/interfaces/radio/1.0/
DISap.hal51 oneway apduReq(int32_t token, SapApduType type, vec<uint8_t> command);
/hardware/ril/libril/
Dsap_service.cpp56 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() function in SapImpl