Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp707 TEST_F(RadioHidlTest, stopLceService) { in TEST_F() argument
710 radio->stopLceService(serial); in TEST_F()
/hardware/interfaces/radio/1.2/default/
DRadio.cpp771 Return<void> Radio::stopLceService(int32_t /* serial */) { in stopLceService() function in android::hardware::radio::V1_2::implementation::Radio
DRadio.h229 Return<void> stopLceService(int32_t serial) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal1471 oneway stopLceService(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp435 Return<void> stopLceService(int32_t serial);
2659 Return<void> RadioImpl::stopLceService(int32_t serial) { in stopLceService() function in RadioImpl