Home
last modified time | relevance | path

Searched refs:getImei (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/radio/aidl/android/hardware/radio/modem/
DIRadioModem.aidl278 void getImei(in int serial); in getImei() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/current/android/hardware/radio/modem/
DIRadioModem.aidl67 oneway void getImei(in int serial); in getImei() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/3/android/hardware/radio/modem/
DIRadioModem.aidl67 oneway void getImei(in int serial); in getImei() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/2/android/hardware/radio/modem/
DIRadioModem.aidl66 oneway void getImei(in int serial); in getImei() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioModem.h29 ::ndk::ScopedAStatus getImei(int32_t serial) override;
/hardware/interfaces/radio/aidl/compat/libradiocompat/modem/
DRadioModem.cpp52 ScopedAStatus RadioModem::getImei(int32_t serial) { in getImei() function in android::hardware::radio::compat::RadioModem
/hardware/interfaces/radio/aidl/vts/
Dradio_modem_test.cpp222 TEST_P(RadioModemTest, getImei) { in TEST_P() argument
239 radio_modem->getImei(serial); in TEST_P()