Searched refs:startLceService (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_misc.cpp | 768 TEST_P(RadioHidlTest, startLceService) { in TEST_P() argument 772 radio->startLceService(serial, 5, true); in TEST_P()
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 228 Return<void> startLceService(int32_t serial, int32_t reportInterval, bool pullMode) override;
|
D | Radio.cpp | 765 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/ |
D | IRadio.hal | 1470 oneway startLceService(int32_t serial, int32_t reportInterval, bool pullMode);
|
/hardware/ril/libril/ |
D | ril_service.cpp | 420 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
|