Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/
DIRadioNetwork.aidl42 oneway void getCellInfoList(in int serial); in getCellInfoList() method
/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DIRadioNetwork.aidl112 void getCellInfoList(in int serial); in getCellInfoList() method
/hardware/interfaces/radio/1.2/
DIRadioIndication.hal34 * Same information as returned by getCellInfoList() in 1.0::IRadio.
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/
DIRadioNetwork.aidl42 oneway void getCellInfoList(in int serial); in getCellInfoList() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioNetwork.cpp73 ScopedAStatus RadioNetwork::getCellInfoList(int32_t serial) { in getCellInfoList() function in android::hardware::radio::compat::RadioNetwork
78 mHal1_5->getCellInfoList(serial); in getCellInfoList()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
DIRadioNetwork.aidl43 oneway void getCellInfoList(in int serial); in getCellInfoList() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
DIRadioNetwork.aidl43 oneway void getCellInfoList(in int serial); in getCellInfoList() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioNetwork.h34 ::ndk::ScopedAStatus getCellInfoList(int32_t serial) override;
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp543 TEST_P(RadioHidlTest, getCellInfoList) { in TEST_P() argument
547 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.cpp727 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.hal1220 oneway getCellInfoList(int32_t serial);
/hardware/interfaces/radio/aidl/vts/
Dradio_network_test.cpp1574 TEST_P(RadioNetworkTest, getCellInfoList) { in TEST_P() argument
1584 ndk::ScopedAStatus res = radio_network->getCellInfoList(serial); in TEST_P()
/hardware/interfaces/radio/1.6/
DIRadio.hal474 * This is identical to getCellInfoList in V1.0, but it requests updated version of CellInfo.
/hardware/ril/libril/
Dril_service.cpp371 Return<void> getCellInfoList(int32_t serial);
1989 Return<void> RadioImpl::getCellInfoList(int32_t serial) { in getCellInfoList() function in RadioImpl