Home
last modified time | relevance | path

Searched refs:setLocationUpdates (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp258 TEST_F(RadioHidlTest, setLocationUpdates) { in TEST_F() argument
261 radio->setLocationUpdates(serial, true); in TEST_F()
/hardware/interfaces/radio/1.0/
DIRadio.hal870 oneway setLocationUpdates(int32_t serial, bool enable);
/hardware/ril/libril/
Dril_service.cpp289 Return<void> setLocationUpdates(int32_t serial, bool enable);
1505 Return<void> RadioImpl::setLocationUpdates(int32_t serial, bool enable) { in setLocationUpdates() function in RadioImpl