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.cpp786 TEST_P(RadioHidlTest, stopLceService) { in TEST_P() argument
790 radio->stopLceService(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h229 Return<void> stopLceService(int32_t serial) override;
DRadio.cpp771 Return<void> Radio::stopLceService(int32_t /* serial */) { in stopLceService() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.0/
DIRadio.hal1471 oneway stopLceService(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp436 Return<void> stopLceService(int32_t serial);
2670 Return<void> RadioImpl::stopLceService(int32_t serial) { in stopLceService() function in RadioImpl