Home
last modified time | relevance | path

Searched refs:getImsiForApp (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
DRadioSim.cpp95 ScopedAStatus RadioSim::getImsiForApp(int32_t serial, const std::string& aid) { in getImsiForApp() function in android::hardware::radio::compat::RadioSim
97 mHal1_5->getImsiForApp(serial, aid); in getImsiForApp()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/
DIRadioSim.aidl46 oneway void getImsiForApp(in int serial, in String aid); in getImsiForApp() method
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/
DIRadioSim.aidl179 void getImsiForApp(in int serial, in String aid); in getImsiForApp() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/3/android/hardware/radio/sim/
DIRadioSim.aidl47 oneway void getImsiForApp(in int serial, in String aid); in getImsiForApp() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/
DIRadioSim.aidl47 oneway void getImsiForApp(in int serial, in String aid); in getImsiForApp() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/
DIRadioSim.aidl46 oneway void getImsiForApp(in int serial, in String aid); in getImsiForApp() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioSim.h40 ::ndk::ScopedAStatus getImsiForApp(int32_t serial, const std::string& aid) override;
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_icc.cpp209 radio->getImsiForApp(serial, cardStatus.applications[i].aidPtr); in TEST_P()
/hardware/interfaces/radio/aidl/vts/
Dradio_sim_test.cpp762 TEST_P(RadioSimTest, getImsiForApp) { in TEST_P() argument
778 radio_sim->getImsiForApp(serial, cardStatus.applications[i].aidPtr); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h69 Return<void> getImsiForApp(int32_t serial, const hidl_string& aid) override;
DRadio.cpp161 Return<void> Radio::getImsiForApp(int32_t /* serial */, const hidl_string& /* aid */) { in getImsiForApp() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.0/
DIRadio.hal172 oneway getImsiForApp(int32_t serial, string aid);
/hardware/ril/libril/
Dril_service.cpp148 Return<void> getImsiForApp(int32_t serial,
927 Return<void> RadioImpl::getImsiForApp(int32_t serial, const hidl_string& aid) { in getImsiForApp() function in RadioImpl