/hardware/interfaces/radio/aidl/compat/libradiocompat/modem/ |
D | RadioModem.cpp | 65 ScopedAStatus RadioModem::getModemActivityInfo(int32_t serial) { in getModemActivityInfo() function in android::hardware::radio::compat::RadioModem 67 mHal1_5->getModemActivityInfo(serial); in getModemActivityInfo()
|
/hardware/interfaces/radio/aidl/android/hardware/radio/modem/ |
D | IRadioModem.aidl | 103 void getModemActivityInfo(in int serial); in getModemActivityInfo() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/3/android/hardware/radio/modem/ |
D | IRadioModem.aidl | 45 oneway void getModemActivityInfo(in int serial); in getModemActivityInfo() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/4/android/hardware/radio/modem/ |
D | IRadioModem.aidl | 45 oneway void getModemActivityInfo(in int serial); in getModemActivityInfo() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/1/android/hardware/radio/modem/ |
D | IRadioModem.aidl | 41 oneway void getModemActivityInfo(in int serial); in getModemActivityInfo() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/current/android/hardware/radio/modem/ |
D | IRadioModem.aidl | 45 oneway void getModemActivityInfo(in int serial); in getModemActivityInfo() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/2/android/hardware/radio/modem/ |
D | IRadioModem.aidl | 44 oneway void getModemActivityInfo(in int serial); in getModemActivityInfo() method
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioModem.h | 31 ::ndk::ScopedAStatus getModemActivityInfo(int32_t serial) override;
|
/hardware/interfaces/radio/aidl/minradio/libminradio/include/libminradio/modem/ |
D | RadioModem.h | 38 ::ndk::ScopedAStatus getModemActivityInfo(int32_t serial) override;
|
/hardware/interfaces/radio/aidl/minradio/libminradio/modem/ |
D | RadioModem.cpp | 102 ScopedAStatus RadioModem::getModemActivityInfo(int32_t serial) { in getModemActivityInfo() function in android::hardware::radio::minimal::RadioModem
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_modem_test.cpp | 409 TEST_P(RadioModemTest, getModemActivityInfo) { in TEST_P() argument 417 radio_modem->getModemActivityInfo(serial); in TEST_P()
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_misc.cpp | 839 TEST_P(RadioHidlTest, getModemActivityInfo) { in TEST_P() argument 843 radio->getModemActivityInfo(serial); in TEST_P()
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.cpp | 781 Return<void> Radio::getModemActivityInfo(int32_t /* serial */) { in getModemActivityInfo() function in android::hardware::radio::V1_2::implementation::Radio
|
D | Radio.h | 231 Return<void> getModemActivityInfo(int32_t serial) override;
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 1507 oneway getModemActivityInfo(int32_t serial);
|
/hardware/ril/libril/ |
D | ril_service.cpp | 426 Return<void> getModemActivityInfo(int32_t serial); 2662 Return<void> RadioImpl::getModemActivityInfo(int32_t serial) { in getModemActivityInfo() function in RadioImpl
|