Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp827 TEST_P(RadioHidlTest, getModemActivityInfo) { in TEST_P() argument
831 radio->getModemActivityInfo(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h231 Return<void> getModemActivityInfo(int32_t serial) override;
DRadio.cpp781 Return<void> Radio::getModemActivityInfo(int32_t /* serial */) { in getModemActivityInfo() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.0/
DIRadio.hal1492 oneway getModemActivityInfo(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp440 Return<void> getModemActivityInfo(int32_t serial);
2686 Return<void> RadioImpl::getModemActivityInfo(int32_t serial) { in getModemActivityInfo() function in RadioImpl