Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp688 TEST_F(RadioHidlTest, startLceService) { in TEST_F() argument
691 radio->startLceService(serial, 5, true); in TEST_F()
/hardware/interfaces/radio/1.2/default/
DRadio.cpp765 Return<void> Radio::startLceService(int32_t /* serial */, int32_t /* reportInterval */, in startLceService() function in android::hardware::radio::V1_2::implementation::Radio
DRadio.h228 Return<void> startLceService(int32_t serial, int32_t reportInterval, bool pullMode) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal1461 oneway startLceService(int32_t serial, int32_t reportInterval, bool pullMode);
/hardware/ril/libril/
Dril_service.cpp433 Return<void> startLceService(int32_t serial, int32_t reportInterval, bool pullMode);
2650 Return<void> RadioImpl::startLceService(int32_t serial, int32_t reportInterval, bool pullMode) { in startLceService() function in RadioImpl