Home
last modified time | relevance | path

Searched refs:getCellInfoList (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/radio/1.2/
DIRadioIndication.hal34 * Same information as returned by getCellInfoList() in 1.0::IRadio.
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp542 TEST_P(RadioHidlTest, getCellInfoList) { in TEST_P() argument
546 radio->getCellInfoList(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h193 Return<void> getCellInfoList(int32_t serial) override;
DRadio.cpp643 Return<void> Radio::getCellInfoList(int32_t /* serial */) { in getCellInfoList() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp696 Return<void> res = radio_v1_2->getCellInfoList(serial); in TEST_P()
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal353 * Same information as returned by getCellInfoList().
DIRadio.hal1214 oneway getCellInfoList(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp385 Return<void> getCellInfoList(int32_t serial);
2013 Return<void> RadioImpl::getCellInfoList(int32_t serial) { in getCellInfoList() function in RadioImpl