Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_test.cpp156 void RadioHidlTest_v1_2::stopNetworkScan() { in stopNetworkScan() function in RadioHidlTest_v1_2
176 radio_v1_1->stopNetworkScan(serial); in stopNetworkScan()
Dradio_hidl_hal_utils_v1_2.h670 void stopNetworkScan();
Dradio_hidl_hal_api.cpp75 stopNetworkScan(); in TEST_F()
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_api.cpp142 TEST_F(RadioHidlTest_v1_1, stopNetworkScan) { in TEST_F() argument
145 radio_v1_1->stopNetworkScan(serial); in TEST_F()
/hardware/interfaces/radio/1.1/
DIRadio.hal91 oneway stopNetworkScan(int32_t serial);
/hardware/interfaces/radio/1.2/default/
DRadio.cpp842 Return<void> Radio::stopNetworkScan(int32_t /* serial */) { in stopNetworkScan() function in android::hardware::radio::V1_2::implementation::Radio
DRadio.h253 Return<void> stopNetworkScan(int32_t serial) override;
/hardware/ril/libril/
Dril_service.cpp261 Return<void> stopNetworkScan(int32_t serial);
1436 Return<void> RadioImpl::stopNetworkScan(int32_t serial) { in stopNetworkScan() function in RadioImpl