Home
last modified time | relevance | path

Searched refs:getModemActivityInfo (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/modem/
DRadioModem.cpp65 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/
DIRadioModem.aidl103 void getModemActivityInfo(in int serial); in getModemActivityInfo() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/3/android/hardware/radio/modem/
DIRadioModem.aidl45 oneway void getModemActivityInfo(in int serial); in getModemActivityInfo() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/4/android/hardware/radio/modem/
DIRadioModem.aidl45 oneway void getModemActivityInfo(in int serial); in getModemActivityInfo() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/1/android/hardware/radio/modem/
DIRadioModem.aidl41 oneway void getModemActivityInfo(in int serial); in getModemActivityInfo() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/current/android/hardware/radio/modem/
DIRadioModem.aidl45 oneway void getModemActivityInfo(in int serial); in getModemActivityInfo() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/2/android/hardware/radio/modem/
DIRadioModem.aidl44 oneway void getModemActivityInfo(in int serial); in getModemActivityInfo() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioModem.h31 ::ndk::ScopedAStatus getModemActivityInfo(int32_t serial) override;
/hardware/interfaces/radio/aidl/minradio/libminradio/include/libminradio/modem/
DRadioModem.h38 ::ndk::ScopedAStatus getModemActivityInfo(int32_t serial) override;
/hardware/interfaces/radio/aidl/minradio/libminradio/modem/
DRadioModem.cpp102 ScopedAStatus RadioModem::getModemActivityInfo(int32_t serial) { in getModemActivityInfo() function in android::hardware::radio::minimal::RadioModem
/hardware/interfaces/radio/aidl/vts/
Dradio_modem_test.cpp409 TEST_P(RadioModemTest, getModemActivityInfo) { in TEST_P() argument
417 radio_modem->getModemActivityInfo(serial); in TEST_P()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp839 TEST_P(RadioHidlTest, getModemActivityInfo) { in TEST_P() argument
843 radio->getModemActivityInfo(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.cpp781 Return<void> Radio::getModemActivityInfo(int32_t /* serial */) { in getModemActivityInfo() function in android::hardware::radio::V1_2::implementation::Radio
DRadio.h231 Return<void> getModemActivityInfo(int32_t serial) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal1507 oneway getModemActivityInfo(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp426 Return<void> getModemActivityInfo(int32_t serial);
2662 Return<void> RadioImpl::getModemActivityInfo(int32_t serial) { in getModemActivityInfo() function in RadioImpl