/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/ |
D | RadioSim.cpp | 95 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/ |
D | IRadioSim.aidl | 46 oneway void getImsiForApp(in int serial, in String aid); in getImsiForApp() method
|
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/ |
D | IRadioSim.aidl | 179 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/ |
D | IRadioSim.aidl | 47 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/ |
D | IRadioSim.aidl | 47 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/ |
D | IRadioSim.aidl | 46 oneway void getImsiForApp(in int serial, in String aid); in getImsiForApp() method
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioSim.h | 40 ::ndk::ScopedAStatus getImsiForApp(int32_t serial, const std::string& aid) override;
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_icc.cpp | 209 radio->getImsiForApp(serial, cardStatus.applications[i].aidPtr); in TEST_P()
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_sim_test.cpp | 762 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/ |
D | Radio.h | 69 Return<void> getImsiForApp(int32_t serial, const hidl_string& aid) override;
|
D | Radio.cpp | 161 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/ |
D | IRadio.hal | 172 oneway getImsiForApp(int32_t serial, string aid);
|
/hardware/ril/libril/ |
D | ril_service.cpp | 148 Return<void> getImsiForApp(int32_t serial, 927 Return<void> RadioImpl::getImsiForApp(int32_t serial, const hidl_string& aid) { in getImsiForApp() function in RadioImpl
|