Searched refs:stopBatching (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/gps/msm8998/location/
H A Dlocation_interface.h70 void (*stopBatching)(LocationAPI* client, uint32_t id); member in struct:FlpInterface
H A DLocationAPI.cpp390 LocationAPI::stopBatching(uint32_t id) function in class:LocationAPI
395 gData.flpInterface->stopBatching(this, id);
H A DLocationAPI.h791 /* stopBatching stops a batching session associated with id parameter.
795 void stopBatching(uint32_t id);
H A DLocationAPIClientBase.cpp297 mLocationAPI->stopBatching(batchingSession);
339 mLocationAPI->stopBatching(batchingSession);
/hardware/qcom/gps/sdm845/location/
H A Dlocation_interface.h70 void (*stopBatching)(LocationAPI* client, uint32_t id); member in struct:FlpInterface
H A DLocationAPI.cpp390 LocationAPI::stopBatching(uint32_t id) function in class:LocationAPI
395 gData.flpInterface->stopBatching(this, id);
H A DLocationAPI.h791 /* stopBatching stops a batching session associated with id parameter.
795 void stopBatching(uint32_t id);
H A DLocationAPIClientBase.cpp291 mLocationAPI->stopBatching(batchingSession);
333 mLocationAPI->stopBatching(batchingSession);

Completed in 85 milliseconds