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.cpp768 TEST_P(RadioHidlTest, startLceService) { in TEST_P() argument
772 radio->startLceService(serial, 5, true); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h228 Return<void> startLceService(int32_t serial, int32_t reportInterval, bool pullMode) override;
DRadio.cpp765 Return<void> Radio::startLceService(int32_t /* serial */, int32_t /* reportInterval */, in startLceService() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.0/
DIRadio.hal1470 oneway startLceService(int32_t serial, int32_t reportInterval, bool pullMode);
/hardware/ril/libril/
Dril_service.cpp420 Return<void> startLceService(int32_t serial, int32_t reportInterval, bool pullMode);
2637 Return<void> RadioImpl::startLceService(int32_t serial, int32_t reportInterval, bool pullMode) { in startLceService() function in RadioImpl