Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/sap/
DSap.cpp83 ScopedAStatus Sap::transferAtrReq(int32_t serial) { in transferAtrReq() function in android::hardware::radio::compat::Sap
85 mHal->transferAtrReq(serial); in transferAtrReq()
/hardware/interfaces/radio/aidl/android/hardware/radio/sap/
DISap.aidl100 void transferAtrReq(in int serial); in transferAtrReq() method
/hardware/interfaces/radio/1.0/vts/functional/
Dsap_hidl_hal_api.cpp75 TEST_P(SapHidlTest, transferAtrReq) { in TEST_P() argument
79 sap->transferAtrReq(token); in TEST_P()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sap/1/android/hardware/radio/sap/
DISap.aidl44 oneway void transferAtrReq(in int serial); in transferAtrReq() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sap/current/android/hardware/radio/sap/
DISap.aidl44 oneway void transferAtrReq(in int serial); in transferAtrReq() method
/hardware/interfaces/radio/1.2/default/
DSap.cpp48 Return<void> Sap::transferAtrReq(int32_t /* token */) { in transferAtrReq() function in android::hardware::radio::V1_2::implementation::Sap
DSap.h46 Return<void> transferAtrReq(int32_t token) override;
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DSap.h52 ::ndk::ScopedAStatus transferAtrReq(int32_t serial) override;
/hardware/interfaces/radio/aidl/vts/
Dradio_sap_test.cpp160 TEST_P(SapTest, transferAtrReq) { in TEST_P() argument
170 ndk::ScopedAStatus res = sap->transferAtrReq(serial); in TEST_P()
/hardware/interfaces/radio/1.0/
DISap.hal58 oneway transferAtrReq(int32_t token);
/hardware/ril/libril/
Dsap_service.cpp58 Return<void> transferAtrReq(int32_t token);
322 Return<void> SapImpl::transferAtrReq(int32_t token) { in transferAtrReq() function in SapImpl