Home
last modified time | relevance | path

Searched refs:updateBatchingOptions (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/sdm845/gps/sdm845/location/
DILocationAPI.h102 virtual void updateBatchingOptions(uint32_t id, BatchingOptions&) = 0;
DLocationAPI.h112 virtual void updateBatchingOptions(uint32_t id, BatchingOptions&) override;
Dlocation_interface.h80 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, BatchingOptions&); member
DLocationAPI.cpp408 LocationAPI::updateBatchingOptions(uint32_t id, BatchingOptions& batchOptions) in updateBatchingOptions() function in LocationAPI
413 gData.flpInterface->updateBatchingOptions(this, id, batchOptions); in updateBatchingOptions()
DLocationAPIClientBase.cpp572 mLocationAPI->updateBatchingOptions(batchingSession, batchOptions); in locAPIUpdateSessionOptions()
/hardware/qcom/sdm845/gps/msm8998/location/
Dlocation_interface.h71 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, LocationOptions&); member
DLocationAPI.cpp405 LocationAPI::updateBatchingOptions(uint32_t id, LocationOptions& locationOptions) in updateBatchingOptions() function in LocationAPI
410 gData.flpInterface->updateBatchingOptions(this, in updateBatchingOptions()
DLocationAPI.h802 void updateBatchingOptions(uint32_t id, LocationOptions&);
DLocationAPIClientBase.cpp388 mLocationAPI->updateBatchingOptions(batchingSession, options); in locAPIUpdateSessionOptions()
/hardware/qcom/gps/msm8998/location/
Dlocation_interface.h71 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, LocationOptions&); member
DLocationAPI.cpp405 LocationAPI::updateBatchingOptions(uint32_t id, LocationOptions& locationOptions) in updateBatchingOptions() function in LocationAPI
410 gData.flpInterface->updateBatchingOptions(this, in updateBatchingOptions()
DLocationAPI.h804 void updateBatchingOptions(uint32_t id, LocationOptions&);
DLocationAPIClientBase.cpp388 mLocationAPI->updateBatchingOptions(batchingSession, options); in locAPIUpdateSessionOptions()
/hardware/qcom/gps/msm8909w_3100/location/
Dlocation_interface.h73 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, LocationOptions&, member
DLocationAPI.cpp405 LocationAPI::updateBatchingOptions(uint32_t id, in updateBatchingOptions() function in LocationAPI
411 gData.flpInterface->updateBatchingOptions(this, in updateBatchingOptions()
DLocationAPI.h841 void updateBatchingOptions(uint32_t id, LocationOptions&, BatchingOptions&);
DLocationAPIClientBase.cpp529 mLocationAPI->updateBatchingOptions(batchingSession, options, batchOptions); in locAPIUpdateSessionOptions()