Searched refs:getCellInfoList (Results 1 – 8 of 8) sorted by relevance
34 * Same information as returned by getCellInfoList() in 1.0::IRadio.
542 TEST_P(RadioHidlTest, getCellInfoList) { in TEST_P() argument546 radio->getCellInfoList(serial); in TEST_P()
193 Return<void> getCellInfoList(int32_t serial) override;
643 Return<void> Radio::getCellInfoList(int32_t /* serial */) { in getCellInfoList() function in android::hardware::radio::V1_2::implementation::Radio
696 Return<void> res = radio_v1_2->getCellInfoList(serial); in TEST_P()
353 * Same information as returned by getCellInfoList().
1214 oneway getCellInfoList(int32_t serial);
385 Return<void> getCellInfoList(int32_t serial);2013 Return<void> RadioImpl::getCellInfoList(int32_t serial) { in getCellInfoList() function in RadioImpl