Home
last modified time | relevance | path

Searched refs:getBatchedLocations (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8998/location/
Dlocation_interface.h71 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
DLocationAPI.cpp445 LocationAPI::getBatchedLocations(uint32_t id, size_t count) in getBatchedLocations() function in LocationAPI
450 gData.flpInterface->getBatchedLocations(this, id, count); in getBatchedLocations()
DLocationAPI.h743 void getBatchedLocations(uint32_t id, size_t count);
DLocationAPIClientBase.cpp395 mLocationAPI->getBatchedLocations(session, count); in locAPIGetBatchedLocations()